dolphin/Source/Core/Core/Src
2008-10-15 04:23:02 +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 Fix Linux Building, Add failsafe check in volume deleting. Also started work on Microphone emulation, base work from Mem card. Just enough to make Odama think I have a Microphone in currently. It must be waiting for me to press the button on the Mic to continue to start, although I can wait through the intro and then use controller, is a pain though. More to come 2008-10-15 04:23:02 +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 Fixed bug in cheats system and a bit of code cleanup. The cheat code activation works properly now. Enjoy your cheating :P. 2008-10-13 18:25:09 +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 I just cleaned up the code a bit, but it should work the same as my last commit, it seems there are problems with pointer codes, and maybe Dolphin doesn't really support it? I still get errors with the MP2 codes, Dolphin showed a twi not supported error. I need someone to check over all my code in case my code is flawed. 2008-10-14 17:43:56 +00:00
PatchEngine.h Fixed bug in cheats system and a bit of code cleanup. The cheat code activation works properly now. Enjoy your cheating :P. 2008-10-13 18:25:09 +00:00
SConscript Fix Linux Building, Add failsafe check in volume deleting. Also started work on Microphone emulation, base work from Mem card. Just enough to make Odama think I have a Microphone in currently. It must be waiting for me to press the button on the Mic to continue to start, although I can wait through the intro and then use controller, is a pain though. More to come 2008-10-15 04:23:02 +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 Fix Linux Building, Add failsafe check in volume deleting. Also started work on Microphone emulation, base work from Mem card. Just enough to make Odama think I have a Microphone in currently. It must be waiting for me to press the button on the Mic to continue to start, although I can wait through the intro and then use controller, is a pain though. More to come 2008-10-15 04:23:02 +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