Rename ps3_sgh_sgb to sgxd (cleanup)

This commit is contained in:
bnnm 2017-03-18 17:55:35 +01:00
parent e5b384ea40
commit fe54a36b93
6 changed files with 5 additions and 5 deletions

View File

@ -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 \

View File

@ -963,7 +963,7 @@
>
</File>
<File
RelativePath=".\meta\ps3_sgh_sgb.c"
RelativePath=".\meta\sgxd.c"
>
</File>
<File

View 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" />

View File

@ -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">

View File

@ -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