dolphin/Source/Core/Core/Src
LPFaint99 109a1dcd66 really fix debug/debugfast build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7047 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-03 06:03:31 +00:00
..
Boot Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
Debugger
DSP Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
HLE Remove PluginSpecs.h. Merge the few needed enums from that file into Common.h for now. I am up for suggestions on a better place for those. 2011-02-02 04:40:27 +00:00
HW Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
IPC_HLE Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
PowerPC really fix debug/debugfast build 2011-02-03 06:03:31 +00:00
ActionReplay.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
ActionReplay.h
ARDecrypt.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
ARDecrypt.h
ConfigManager.cpp Some more work on renaming variables and files to reflect that the plugins are no longer plugins. 2011-02-02 16:34:12 +00:00
ConfigManager.h Some more work on renaming variables and files to reflect that the plugins are no longer plugins. 2011-02-02 16:34:12 +00:00
Console.cpp
Console.h
Core.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
Core.h Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
CoreParameter.cpp DSP plugin merge - the two DSP plugins are now gone and all the code has been merged into Dolphin. 2011-01-28 18:39:30 +00:00
CoreParameter.h Some more work on renaming variables and files to reflect that the plugins are no longer plugins. 2011-02-02 16:34:12 +00:00
CoreRerecording.cpp
CoreTiming.cpp Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken. 2011-01-31 01:28:32 +00:00
CoreTiming.h Added the fake decrementer to the save state. 2011-01-19 08:13:15 +00:00
DolLoader.h
DSPEmulator.cpp Some more work on renaming variables and files to reflect that the plugins are no longer plugins. 2011-02-02 16:34:12 +00:00
DSPEmulator.h Some more work on renaming variables and files to reflect that the plugins are no longer plugins. 2011-02-02 16:34:12 +00:00
GeckoCode.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h Fix the DSPLLE debugger window refresh without including wxWidgets in the core. 2011-01-31 14:25:50 +00:00
LuaInterface.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
LuaInterface.h
MemTools.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
MemTools.h
OnFrame.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
OnFrame.h Remove some dead code. 2011-01-17 01:47:27 +00:00
PatchEngine.cpp
PatchEngine.h
SConscript Some more work on renaming variables and files to reflect that the plugins are no longer plugins. 2011-02-02 16:34:12 +00:00
State.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
State.h
stdafx.cpp
stdafx.h
Tracer.cpp
Tracer.h
VolumeHandler.cpp
VolumeHandler.h