dolphin/Source/Core/Core/Src
2008-09-07 19:29:33 +00:00
..
Boot Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc. 2008-08-31 13:36:52 +00:00
Debugger Ok, part 2/2 of the symbol code rewrite. You can now create and use function signature files. A monkey ball signature file included. Now to add some cooler features... 2008-08-24 18:50:51 +00:00
HLE Added puts() HLE, WIIMOTE logging section and experimental virtual connection request. 2008-09-01 21:29:27 +00:00
HW changed Memory::Shutdown with a patch from mOoOo 2008-09-07 14:56:05 +00:00
IPC_HLE Wiimote: added a bunch of HID packet handling. LogManager: removed double line breaks in Win32 log files. 2008-09-07 18:54:33 +00:00
Plugins Replaced "unsigned __int64" by "u64". 2008-09-03 00:02:21 +00:00
PowerPC Removed "break" after "return" to avoid warning in GCC. 2008-09-07 19:29:33 +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 many warning fixes 2008-09-01 12:11:08 +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 Switch between JIT and Interpreter at runtime using the debug window (pause first!) 2008-08-25 20:34:11 +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 some cleanup, don't update the log window too often 2008-08-31 08:29:43 +00:00
LogManager.cpp Wiimote: added a bunch of HID packet handling. LogManager: removed double line breaks in Win32 log files. 2008-09-07 18:54:33 +00:00
LogManager.h Initial megacommit. 2008-07-12 17:40:22 +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 Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
State.cpp Build fix 2008-09-01 13:31:24 +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