Skip to content
Permalink
Browse files
Merge pull request #6327 from spycrab/qt_memcard_manager
Qt: Implement GameCube memcard manager
  • Loading branch information
Helios747 committed Jan 31, 2018
2 parents 987bec2 + 21db1e9 commit 1264daa
Show file tree
Hide file tree
Showing 8 changed files with 569 additions and 0 deletions.
@@ -85,6 +85,7 @@ set(SRCS
GameList/GameTracker.cpp
GameList/GridProxyModel.cpp
GameList/ListProxyModel.cpp
GCMemcardManager.cpp
QtUtils/BlockUserInputFilter.cpp
NetPlay/GameListDialog.cpp
NetPlay/MD5Dialog.cpp
@@ -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" />

0 comments on commit 1264daa

Please sign in to comment.