- renamed file names for slot2 addons;
This commit is contained in:
parent
20aa3cc42e
commit
133419a1e3
|
@ -80,7 +80,7 @@ libdesmume_a_SOURCES = \
|
|||
utils/libfat/partition.cpp \
|
||||
utils/libfat/partition.h \
|
||||
addons.cpp addons.h \
|
||||
addons/slot2_mpcf.cpp addons/slot2_paddle.cpp addons/gbagame.cpp addons/none.cpp addons/rumblepak.cpp addons/guitarGrip.cpp addons/expMemory.cpp addons/slot2_piano.cpp addons/slot1_none.cpp addons/slot1_r4.cpp addons/slot1_retail.cpp \
|
||||
addons/slot2_mpcf.cpp addons/slot2_paddle.cpp addons/slot2_gbagame.cpp addons/slot2_none.cpp addons/slot2_rumblepak.cpp addons/slot2_guitarGrip.cpp addons/slot2_expMemory.cpp addons/slot2_piano.cpp addons/slot1_none.cpp addons/slot1_r4.cpp addons/slot1_retail.cpp \
|
||||
cheatSystem.cpp cheatSystem.h \
|
||||
texcache.cpp texcache.h rasterize.cpp rasterize.h \
|
||||
metaspu/metaspu.cpp metaspu/metaspu.h \
|
||||
|
|
|
@ -1632,19 +1632,19 @@
|
|||
Name="addons"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\addons\expMemory.cpp"
|
||||
RelativePath="..\addons\slot2_expMemory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\gbagame.cpp"
|
||||
RelativePath="..\addons\slot2_gbagame.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\guitarGrip.cpp"
|
||||
RelativePath="..\addons\slot2_guitarGrip.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\none.cpp"
|
||||
RelativePath="..\addons\slot2_none.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -1652,7 +1652,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\rumblepak.cpp"
|
||||
RelativePath="..\addons\slot2_rumblepak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -994,19 +994,19 @@
|
|||
Name="addons"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\addons\expMemory.cpp"
|
||||
RelativePath="..\addons\slot2_expMemory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\gbagame.cpp"
|
||||
RelativePath="..\addons\slot2_gbagame.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\guitarGrip.cpp"
|
||||
RelativePath="..\addons\slot2_guitarGrip.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\none.cpp"
|
||||
RelativePath="..\addons\slot2_none.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -1014,7 +1014,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\rumblepak.cpp"
|
||||
RelativePath="..\addons\slot2_rumblepak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -428,7 +428,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\addons.cpp" />
|
||||
<ClCompile Include="..\addons\piano.cpp" />
|
||||
<ClCompile Include="..\addons\slot2_piano.cpp" />
|
||||
<ClCompile Include="..\addons\slot1_none.cpp" />
|
||||
<ClCompile Include="..\addons\slot1_r4.cpp" />
|
||||
<ClCompile Include="..\addons\slot1_retail.cpp" />
|
||||
|
@ -491,11 +491,11 @@
|
|||
<ClCompile Include="..\utils\vfat.cpp" />
|
||||
<ClCompile Include="..\version.cpp" />
|
||||
<ClCompile Include="..\wifi.cpp" />
|
||||
<ClCompile Include="..\addons\expMemory.cpp" />
|
||||
<ClCompile Include="..\addons\gbagame.cpp" />
|
||||
<ClCompile Include="..\addons\guitarGrip.cpp" />
|
||||
<ClCompile Include="..\addons\none.cpp" />
|
||||
<ClCompile Include="..\addons\rumblepak.cpp" />
|
||||
<ClCompile Include="..\addons\slot2_expMemory.cpp" />
|
||||
<ClCompile Include="..\addons\slot2_gbagame.cpp" />
|
||||
<ClCompile Include="..\addons\slot2_guitarGrip.cpp" />
|
||||
<ClCompile Include="..\addons\slot2_none.cpp" />
|
||||
<ClCompile Include="..\addons\slot2_rumblepak.cpp" />
|
||||
<ClCompile Include="..\gdbstub\gdbstub.cpp" />
|
||||
<ClCompile Include="..\utils\ConvertUTF.c" />
|
||||
<ClCompile Include="..\utils\guid.cpp" />
|
||||
|
|
|
@ -165,19 +165,19 @@
|
|||
<ClCompile Include="..\wifi.cpp">
|
||||
<Filter>Core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\addons\expMemory.cpp">
|
||||
<ClCompile Include="..\addons\slot2_expMemory.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\addons\gbagame.cpp">
|
||||
<ClCompile Include="..\addons\slot2_gbagame.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\addons\guitarGrip.cpp">
|
||||
<ClCompile Include="..\addons\slot2_guitarGrip.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\addons\none.cpp">
|
||||
<ClCompile Include="..\addons\slot2_none.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\addons\rumblepak.cpp">
|
||||
<ClCompile Include="..\addons\slot2_rumblepak.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\gdbstub\gdbstub.cpp">
|
||||
|
|
|
@ -989,19 +989,19 @@
|
|||
Name="addons"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\addons\expMemory.cpp"
|
||||
RelativePath="..\addons\slot2_expMemory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\gbagame.cpp"
|
||||
RelativePath="..\addons\slot2_gbagame.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\guitarGrip.cpp"
|
||||
RelativePath="..\addons\slot2_guitarGrip.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\none.cpp"
|
||||
RelativePath="..\addons\slot2_none.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -1009,7 +1009,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\addons\rumblepak.cpp"
|
||||
RelativePath="..\addons\slot2_rumblepak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
Loading…
Reference in New Issue