dolphin/Source/Core/Core/Src
Soren Jorvang 38a46ddf94 Avoid shadowing variables.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6613 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-19 16:03:39 +00:00
..
Boot When the gfx debugger is saving shaders make sure the directory exists. 2010-12-14 23:19:34 +00:00
Debugger Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
HLE First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
HW Avoid shadowing variables. 2010-12-19 16:03:39 +00:00
IPC_HLE Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
PowerPC Disabled the paired single sum instruction (ps_sum) as it is causing 2010-12-12 04:53:18 +00:00
ARDecrypt.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
ARDecrypt.h Code cleanups, warning fixes 2010-04-11 11:16:57 +00:00
ActionReplay.cpp Revert back to LogTypes. Fixes issue 3668. 2010-12-14 17:52:01 +00:00
ActionReplay.h Random fixes and cleanups 2010-04-08 16:59:35 +00:00
ConfigManager.cpp Migrate the opencl setting completely to the gfx config dialog. 2010-11-24 17:30:04 +00:00
ConfigManager.h Changed macro for disallowing copy-ctor and =operator into an inheritable class. Removed IrPointer.ini (no longer used) 2010-11-15 05:29:10 +00:00
Console.cpp Implemented MMU Demand Paging 2010-07-29 12:17:47 +00:00
Console.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Core.cpp Fixed the throttle (Tab) key so that it takes effect when the frame-limiter is used. Hold down Tab to run the emulator unthrottled (Windows only). 2010-12-17 01:34:40 +00:00
Core.h This is basicall linux code cleanup. We don not need to pass the X display handle from the video plugin anymore. The wiimote plugins now open their own display handles, and the GUI uses the display handle of the main window frame. Only the window handle from the video plugin is needed. The pWindowHandle variable now passes this instead of the display handle. 2010-07-16 14:14:57 +00:00
CoreParameter.cpp sys menu now loads gamesettings from an ini file (as well as any other wad/nand title that does not have an ascii gamecode) 2010-12-15 23:18:08 +00:00
CoreParameter.h Migrate the opencl setting completely to the gfx config dialog. 2010-11-24 17:30:04 +00:00
CoreRerecording.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
CoreTiming.cpp little fix for r6513 thank to metatheos for finding the error 2010-12-04 22:04:46 +00:00
CoreTiming.h remove fifowait flag, is not needed now as we execute all events that need to be executed even if the cpu is waiting for the fifo. 2010-12-04 03:44:56 +00:00
DolLoader.h Code cleanups, warning fixes 2010-04-11 11:16:57 +00:00
GeckoCode.cpp Gecko code: Fixed the thread-safe problem reported in r6227. 2010-09-27 01:18:25 +00:00
GeckoCode.h Fixed the build error in r6227. 2010-09-26 06:58:21 +00:00
GeckoCodeConfig.cpp Added a button to the "Gecko Codes" panel to download/parse codes from geckocodes.org. Codes that require modifiers (the XXXX business) will still not work properly, though they should load/save fine. A few more code types should work now. (All non-ASM type codes should at least attempt to run :p) Hacked a param into IniFile::GetLines to disable removal of text after # chars, so codes with # in the name/notes should load fine. 2010-07-23 05:22:12 +00:00
GeckoCodeConfig.h Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
Host.h Re-add the show FPS/VPS speed information in the window title when not rendering to main. 2010-04-15 20:58:34 +00:00
LuaInterface.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
LuaInterface.h Hg: 2010-06-09 01:37:08 +00:00
MemTools.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
MemTools.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
OnFrame.cpp Second attempt at issue 3458. Fixes issue 3458. 2010-12-04 03:50:55 +00:00
OnFrame.h Added support for recording multiple GameCube controllers at once. 2010-09-06 21:41:01 +00:00
PatchEngine.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
PatchEngine.h Fixed a bug in JIT/JITIL. The size_of_merged_addresses variable was being used before it was initialised in certain cases (Rogue Leader). 2010-10-02 02:04:44 +00:00
PluginManager.cpp Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes) 2010-10-12 19:42:29 +00:00
PluginManager.h Changed macro for disallowing copy-ctor and =operator into an inheritable class. Removed IrPointer.ini (no longer used) 2010-11-15 05:29:10 +00:00
SConscript EXI: grab the FlashID from the memory card headers and update sram to include correct id and chksum 2010-12-14 01:25:50 +00:00
State.cpp Fixed an issue where the emulator would remain paused when attempting to load a non-existent save-state. 2010-12-09 12:04:03 +00:00
State.h possible savestate memory leak fix in DoBuffer 2010-04-17 21:02:03 +00:00
Tracer.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
Tracer.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
VolumeHandler.cpp Random fixes and cleanups 2010-04-08 16:59:35 +00:00
VolumeHandler.h Random fixes and cleanups 2010-04-08 16:59:35 +00:00
stdafx.cpp Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
stdafx.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00