dolphin/Source/Core/Core/Src
2008-10-12 13:59:26 +00:00
..
Boot Fix Building in Linux, removed the define for _T() in Common.h so now we can have wx headers after including Common.h. Also, InterlockedExchange isn't in Linux so I just made it assign the variable 2008-10-09 08:51:57 +00:00
Debugger Submit all kind of misc little changes and cleanup so I get a clean slate. There should be nothing in here that really changes anything important, except fixing some types in the filesystemgc stuff. 2008-09-28 16:49:58 +00:00
HLE Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way. 2008-09-17 23:25:35 +00:00
HW small oversight 2008-10-10 09:21:46 +00:00
IPC_HLE Submit all kind of misc little changes and cleanup so I get a clean slate. There should be nothing in here that really changes anything important, except fixing some types in the filesystemgc stuff. 2008-09-28 16:49:58 +00:00
Plugins Added the StretchToFit option to the config menu in the OpenGL plugin. This fixes the blackness in SSBM. I also added a keep aspect ratio option, it will keep your aspect ratio at 4:3, but then SSBM will have the blackness problem again. You find the options under the Enhancements window in the OpenGL configuration. 2008-10-09 18:47:53 +00:00
PowerPC Added option to compile without the JIT off options. 2008-10-12 13:59:26 +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 all this to make stop work without message passing 2008-10-02 17:03:24 +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 Added JIT off options to the debugger. 2008-10-12 06:31:14 +00:00
CoreParameter.h Added JIT off options to the debugger. 2008-10-12 06:31:14 +00:00
CoreTiming.cpp fix some comments, some files with mixed line endings, some warnings. 2008-10-03 17:22:35 +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 Now stopping doesn't crash with the message "Tried to execute code that's not marked executable" (Access Violation error) 2008-09-21 09:59:40 +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 big oops 2008-10-01 00:21:48 +00:00
PatchEngine.h Initial megacommit. 2008-07-12 17:40:22 +00:00
SConscript Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
State.cpp fix some comments, some files with mixed line endings, some warnings. 2008-10-03 17:22:35 +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 added VolumeDirectory and modified ELF boot code to allow a directory on the user's computer to appear as the DVD drive. Linux support needs to be added. Added functionality to the Wii DI. Clicking on a data symbol in the code window sets the memory list to that address. 2008-09-23 00:05:08 +00:00
VolumeHandler.h added VolumeDirectory and modified ELF boot code to allow a directory on the user's computer to appear as the DVD drive. Linux support needs to be added. Added functionality to the Wii DI. Clicking on a data symbol in the code window sets the memory list to that address. 2008-09-23 00:05:08 +00:00