mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Core: Add ability to specify and launch a riivolution-modded game via a .json file.
This commit is contained in:
parent
fe242f79ee
commit
6394960f54
7 changed files with 285 additions and 0 deletions
|
@ -430,6 +430,7 @@
|
|||
<ClInclude Include="DiscIO\FileBlob.h" />
|
||||
<ClInclude Include="DiscIO\Filesystem.h" />
|
||||
<ClInclude Include="DiscIO\FileSystemGCWii.h" />
|
||||
<ClInclude Include="DiscIO\GameModDescriptor.h" />
|
||||
<ClInclude Include="DiscIO\LaggedFibonacciGenerator.h" />
|
||||
<ClInclude Include="DiscIO\MultithreadedCompressor.h" />
|
||||
<ClInclude Include="DiscIO\NANDImporter.h" />
|
||||
|
@ -1019,6 +1020,7 @@
|
|||
<ClCompile Include="DiscIO\FileBlob.cpp" />
|
||||
<ClCompile Include="DiscIO\Filesystem.cpp" />
|
||||
<ClCompile Include="DiscIO\FileSystemGCWii.cpp" />
|
||||
<ClCompile Include="DiscIO\GameModDescriptor.cpp" />
|
||||
<ClCompile Include="DiscIO\LaggedFibonacciGenerator.cpp" />
|
||||
<ClCompile Include="DiscIO\NANDImporter.cpp" />
|
||||
<ClCompile Include="DiscIO\RiivolutionParser.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue