mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
Rename ps3_sgh_sgb to sgxd (cleanup)
This commit is contained in:
parent
e5b384ea40
commit
fe54a36b93
@ -270,7 +270,7 @@ META_OBJS=meta/adx_header.o \
|
||||
meta/ps3_msf.o \
|
||||
meta/nub.o \
|
||||
meta/ps3_past.o \
|
||||
meta/ps3_sgh_sgb.o \
|
||||
meta/sgxd.o \
|
||||
meta/ngca.o \
|
||||
meta/wii_ras.o \
|
||||
meta/ps2_spm.o \
|
||||
|
@ -963,7 +963,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\meta\ps3_sgh_sgb.c"
|
||||
RelativePath=".\meta\sgxd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -159,7 +159,7 @@
|
||||
<ClCompile Include="meta\ps3_ivag.c" />
|
||||
<ClCompile Include="meta\ps3_klbs.c" />
|
||||
<ClCompile Include="meta\ps3_past.c" />
|
||||
<ClCompile Include="meta\ps3_sgh_sgb.c" />
|
||||
<ClCompile Include="meta\sgxd.c" />
|
||||
<ClCompile Include="meta\vawx.c" />
|
||||
<ClCompile Include="meta\seg.c" />
|
||||
<ClCompile Include="meta\sqex_scd.c" />
|
||||
|
@ -889,7 +889,7 @@
|
||||
<ClCompile Include="meta\ps3_past.c">
|
||||
<Filter>meta\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="meta\ps3_sgh_sgb.c">
|
||||
<ClCompile Include="meta\sgxd.c">
|
||||
<Filter>meta\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="meta\ngca.c">
|
||||
|
@ -211,7 +211,7 @@ libmeta_la_SOURCES += baf.c
|
||||
libmeta_la_SOURCES += ps3_msf.c
|
||||
libmeta_la_SOURCES += nub.c
|
||||
libmeta_la_SOURCES += ps3_past.c
|
||||
libmeta_la_SOURCES += ps3_sgh_sgb.c
|
||||
libmeta_la_SOURCES += sgxd.c
|
||||
libmeta_la_SOURCES += ngca.c
|
||||
libmeta_la_SOURCES += wii_ras.c
|
||||
libmeta_la_SOURCES += ps2_spm.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user