mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
Rename ps3_vawx to vawx (cleanup)
This commit is contained in:
parent
a8fea8f35c
commit
e5b384ea40
@ -279,7 +279,7 @@ META_OBJS=meta/adx_header.o \
|
||||
meta/ps2_iab.o \
|
||||
meta/ps2_strlr.o \
|
||||
meta/lsf.o \
|
||||
meta/ps3_vawx.o \
|
||||
meta/vawx.o \
|
||||
meta/pc_snds.o \
|
||||
meta/ps2_wmus.o \
|
||||
meta/mattel_hyperscan.o \
|
||||
|
@ -967,7 +967,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\meta\ps3_vawx.c"
|
||||
RelativePath=".\meta\vawx.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -160,7 +160,7 @@
|
||||
<ClCompile Include="meta\ps3_klbs.c" />
|
||||
<ClCompile Include="meta\ps3_past.c" />
|
||||
<ClCompile Include="meta\ps3_sgh_sgb.c" />
|
||||
<ClCompile Include="meta\ps3_vawx.c" />
|
||||
<ClCompile Include="meta\vawx.c" />
|
||||
<ClCompile Include="meta\seg.c" />
|
||||
<ClCompile Include="meta\sqex_scd.c" />
|
||||
<ClCompile Include="meta\tun.c" />
|
||||
|
@ -928,7 +928,7 @@
|
||||
<ClCompile Include="meta\lsf.c">
|
||||
<Filter>meta\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="meta\ps3_vawx.c">
|
||||
<ClCompile Include="meta\vawx.c">
|
||||
<Filter>meta\Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="meta\pc_snds.c">
|
||||
|
@ -219,7 +219,7 @@ libmeta_la_SOURCES += x360_tra.c
|
||||
libmeta_la_SOURCES += ps2_iab.c
|
||||
libmeta_la_SOURCES += ps2_strlr.c
|
||||
libmeta_la_SOURCES += lsf.c
|
||||
libmeta_la_SOURCES += ps3_vawx.c
|
||||
libmeta_la_SOURCES += vawx.c
|
||||
libmeta_la_SOURCES += pc_snds.c
|
||||
libmeta_la_SOURCES += ps2_wmus.c
|
||||
libmeta_la_SOURCES += mattel_hyperscan.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user