dolphin/Source
LPFaint99 32b2c40490 first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B>
Savestates include the entire memorycard, but the only saves that should be modified are the ones that are directly modified by the game the others are preserved merely to avoid changing the memory card header during the game as some games (Zelda) refuse to save

Implement DMA r/w for memcard.
Skips programming buffer for writes

Add a migration feature that auto imports all saves from your default memcard to the new memcard dir if it doesn't exist.

Actually "delete" save files by renaming to s/*.gci/*.gci.deleted/
2014-06-22 18:03:52 -07:00
..
Android Separate the XML view handling of the folder browser and the game list from one another. 2014-06-21 19:47:11 -04:00
Core first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
DSPSpy Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
DSPTool Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
UnitTests Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
VSProps Redo commit 932945d480 2014-05-27 13:41:19 -07:00
CMakeLists.txt Fixes build if the build path has spaces in it. 2014-05-23 18:24:08 -05:00
dolphin-emu.sln [GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. 2014-01-17 15:50:51 +01:00
pch.h Fix Linux build 2014-02-18 12:09:38 +01:00