mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Core: Add RiivolutionPatcher to apply Riivolution-style patches to a game's file system and memory.
This commit is contained in:
parent
e26b59bab3
commit
783b180dc8
4 changed files with 453 additions and 0 deletions
|
@ -434,6 +434,7 @@
|
|||
<ClInclude Include="DiscIO\MultithreadedCompressor.h" />
|
||||
<ClInclude Include="DiscIO\NANDImporter.h" />
|
||||
<ClInclude Include="DiscIO\RiivolutionParser.h" />
|
||||
<ClInclude Include="DiscIO\RiivolutionPatcher.h" />
|
||||
<ClInclude Include="DiscIO\ScrubbedBlob.h" />
|
||||
<ClInclude Include="DiscIO\TGCBlob.h" />
|
||||
<ClInclude Include="DiscIO\Volume.h" />
|
||||
|
@ -1021,6 +1022,7 @@
|
|||
<ClCompile Include="DiscIO\LaggedFibonacciGenerator.cpp" />
|
||||
<ClCompile Include="DiscIO\NANDImporter.cpp" />
|
||||
<ClCompile Include="DiscIO\RiivolutionParser.cpp" />
|
||||
<ClCompile Include="DiscIO\RiivolutionPatcher.cpp" />
|
||||
<ClCompile Include="DiscIO\ScrubbedBlob.cpp" />
|
||||
<ClCompile Include="DiscIO\TGCBlob.cpp" />
|
||||
<ClCompile Include="DiscIO\Volume.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue