dolphin/Source/Core/Core/Src
hrydgard 655bc23322 fix some comments, some files with mixed line endings, some warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@757 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-10-03 17:22:35 +00:00
..
Boot Added a console window to the DSP HLE plugin to more easily see the current parameter block status. TODO: add more presets to show different parameters and add more file logging options. 2008-10-03 10:59:56 +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 Get rid of locks added InterlockedExchangeAdd function in thread.cpp 2008-10-02 21:40:20 +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 all this to make stop work without message passing 2008-10-02 17:03:24 +00:00
PowerPC fix some comments, some files with mixed line endings, some warnings. 2008-10-03 17:22:35 +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 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
CoreParameter.h 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
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
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
stdafx.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
stdafx.h Initial megacommit. 2008-07-12 17:40:22 +00:00