Qt: Implement GameCube memory manager

This commit is contained in:
spycrab
2018-01-25 19:54:50 +01:00
parent c81ac1a81d
commit 21db1e9504
8 changed files with 569 additions and 0 deletions

View File

@ -221,6 +221,7 @@
<ClCompile Include="Debugger\RegisterColumn.cpp" />
<ClCompile Include="Debugger\RegisterWidget.cpp" />
<ClCompile Include="Debugger\WatchWidget.cpp" />
<ClCompile Include="GCMemcardManager.cpp" />
<ClCompile Include="GameList\GameFile.cpp" />
<ClCompile Include="GameList\GameFileCache.cpp" />
<ClCompile Include="GameList\GameList.cpp" />