..
MemoryCards
Fixed a few bugs with the memcard manager, and memcard classes:
2008-08-30 13:44:44 +00:00
BootManager.cpp
Switch between JIT and Interpreter at runtime using the debug window (pause first!)
2008-08-25 20:34:11 +00:00
BootManager.h
Initial megacommit.
2008-07-12 17:40:22 +00:00
Config.cpp
Switch between JIT and Interpreter at runtime using the debug window (pause first!)
2008-08-25 20:34:11 +00:00
Config.h
Initial megacommit.
2008-07-12 17:40:22 +00:00
FileSearch.cpp
Fixed warnings about comparison between signed and unsigned integer expressions.
2008-08-27 16:12:05 +00:00
FileSearch.h
Initial megacommit.
2008-07-12 17:40:22 +00:00
Frame.cpp
More state save code, "proper" fix for the quantizer problem
2008-08-30 13:06:17 +00:00
Frame.h
Added save/load state support in the UI
2008-08-28 21:30:13 +00:00
GameListCtrl.cpp
Use compact syntax for converting C strings to C++ strings.
2008-08-28 19:22:36 +00:00
GameListCtrl.h
Include system headers using "#include <file.h>", so GCC will not issue warnings about them.
2008-08-26 23:32:54 +00:00
Globals.cpp
Initial megacommit.
2008-07-12 17:40:22 +00:00
Globals.h
Include system headers using "#include <file.h>", so GCC will not issue warnings about them.
2008-08-26 23:32:54 +00:00
ISOFile.cpp
More GFX plugin cleanup, still no visible changes.
2008-07-20 12:26:32 +00:00
ISOFile.h
More GFX plugin cleanup, still no visible changes.
2008-07-20 12:26:32 +00:00
Main.cpp
Small build fix, re-add CPU check
2008-08-25 20:43:37 +00:00
Main.h
Initial megacommit.
2008-07-12 17:40:22 +00:00
MainNoGUI.cpp
Use compact syntax for converting C strings to C++ strings.
2008-08-28 19:22:36 +00:00
MemcardManager.cpp
Fixed a few bugs with the memcard manager, and memcard classes:
2008-08-30 13:44:44 +00:00
MemcardManager.h
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@376 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-08-28 22:15:00 +00:00
PluginManager.cpp
Use compact syntax for converting C strings to C++ strings.
2008-08-28 19:22:36 +00:00
PluginManager.h
Linux: Fix ups for people running Linux. If it breaks anything, punch me in the face.
2008-07-20 11:02:41 +00:00
PluginOptions.cpp
changed dolphinWX a bit and added memcard manager
2008-08-17 16:41:53 +00:00
PluginOptions.h
changed dolphinWX a bit and added memcard manager
2008-08-17 16:41:53 +00:00
SConscript
Build both GUI and non-GUI executable.
2008-08-28 18:58:11 +00:00
stdafx.cpp
Initial megacommit.
2008-07-12 17:40:22 +00:00
stdafx.h
This header is Windows specific, so disabled it for other platforms, to avoid GCC complaining about a #pragma it cannot understand.
2008-08-27 12:09:56 +00:00