dolphin/Source/Core/Core/Src
XTra.KrazzY 2c2697077b Stopping games now works
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@530 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-15 21:37:05 +00:00
..
Boot added support for the wii mem dump (again) 2008-09-14 11:57:35 +00:00
Debugger JIT profiler: in block performance counter. 2008-09-13 20:58:24 +00:00
HLE Defend against bad parameters for HLE_Printf, early out in symboldb, misc 2008-09-13 18:15:53 +00:00
HW Fixed some valgrind warnings. 2008-09-14 09:12:19 +00:00
IPC_HLE Moved all relevant code into the Wiimote plugin. 2008-09-13 17:11:15 +00:00
Plugins Moved all relevant code into the Wiimote plugin. 2008-09-13 17:11:15 +00:00
PowerPC print percent with .2lf 2008-09-15 05:14:18 +00:00
Console.cpp Include system headers using "#include <file.h>", so GCC will not issue warnings about them. 2008-08-26 23:32:54 +00:00
Console.h Initial megacommit. 2008-07-12 17:40:22 +00:00
Core.cpp Stopping games now works 2008-09-15 21:37:05 +00:00
Core.h Preliminary video save state support. More work is necessary, this is just some infrastructure for inter-project communication. 2008-08-26 23:40:18 +00:00
CoreParameter.cpp Switch between JIT and Interpreter at runtime using the debug window (pause first!) 2008-08-25 20:34:11 +00:00
CoreParameter.h Added preliminary Wiimote plugin spec, and an empty test plugin. 2008-09-13 10:28:23 +00:00
CoreTiming.cpp many warning fixes 2008-09-01 12:11:08 +00:00
CoreTiming.h State saving progress. Most core state seems to be saved/loaded correctly, not so for video yet unfortunately. 2008-08-30 16:05:32 +00:00
DolLoader.h Replaced type "DWORD" by "u32", except where "DWORD" is used to access the Windows API. 2008-09-01 22:48:56 +00:00
Host.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
Host.h Moved SysMessage() from the video plugin into the main app, so the GUI and non-GUI executable can handle it in a different way. This fixes a crash in DolphinNoGUI when SysMessage() was called and tried to use a non-initialized wxWidgets. (this commit contains changes that should have been in revision 489) 2008-09-10 01:03:22 +00:00
LogManager.cpp Move some stuff from bss to heap 2008-09-13 18:35:49 +00:00
LogManager.h Move some stuff from bss to heap 2008-09-13 18:35:49 +00:00
MemTools.cpp Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warnings in win32. Added many SVN Ignore settings. 2008-08-23 15:28:24 +00:00
MemTools.h 32-bit speedup (videos mostly affected). Lots of various cleanup and future proofing. A small debugger feature. 2008-08-09 16:56:24 +00:00
PatchEngine.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
PatchEngine.h Initial megacommit. 2008-07-12 17:40:22 +00:00
SConscript Added new file "Plugins/Plugin_Wiimote.cpp". 2008-09-13 15:27:09 +00:00
State.cpp Wiimote: fixed SendDataReply() and added a bunch of report handlers. 2008-09-12 19:35:04 +00:00
State.h Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins. 2008-08-30 22:06:53 +00:00
stdafx.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
stdafx.h Initial megacommit. 2008-07-12 17:40:22 +00:00
Tracer.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
Tracer.h Initial megacommit. 2008-07-12 17:40:22 +00:00
VolumeHandler.cpp Replaced "unsigned __int64" by "u64". 2008-09-03 00:02:21 +00:00
VolumeHandler.h Replaced "unsigned __int64" by "u64". 2008-09-03 00:02:21 +00:00