Add pcsxr and libretro cheat list parsing

This commit is contained in:
Connor McLaughlin
2020-09-09 22:11:28 +10:00
parent c2e7e8254f
commit ddb38ac31d
7 changed files with 620 additions and 1 deletions

View File

@ -40,6 +40,7 @@
<ClCompile Include="bus.cpp" />
<ClCompile Include="cdrom.cpp" />
<ClCompile Include="cdrom_async_reader.cpp" />
<ClCompile Include="cheats.cpp" />
<ClCompile Include="cpu_core.cpp" />
<ClCompile Include="cpu_disasm.cpp" />
<ClCompile Include="cpu_code_cache.cpp" />
@ -96,6 +97,7 @@
<ClInclude Include="bus.h" />
<ClInclude Include="cdrom.h" />
<ClInclude Include="cdrom_async_reader.h" />
<ClInclude Include="cheats.h" />
<ClInclude Include="cpu_core.h" />
<ClInclude Include="cpu_core_private.h" />
<ClInclude Include="cpu_disasm.h" />