dolphin/Source/Core/Core/Src
skidau 335c056586 Fixed the button states in the toolbar when loading, starting, and stopping a game.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4877 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-18 12:10:51 +00:00
..
Boot Now Progressive Scan actually works for those games that really depend on this setting (Try Mario Kart Wii) 2010-01-09 17:11:59 +00:00
Debugger change stack shown in ppc debugger to show LR as the last item, as well as make all values point to where the code path came from, instead of the raw stack (where it will return to) 2009-10-15 15:43:51 +00:00
HLE Make the HLE'd OSPanic print out the associated message. 2009-11-05 07:05:33 +00:00
HW Fix for saving SaveStates - VirtualEFB does not exist any more, so do not try to save it. 2010-01-18 03:55:54 +00:00
IPC_HLE (assorted cleanup and reindent that didn't belong in the quantizer change) 2010-01-16 19:01:00 +00:00
PowerPC Implemented tlbie instruction 2010-01-18 04:39:01 +00:00
ARDecrypt.cpp 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
ARDecrypt.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
ActionReplay.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
ActionReplay.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
ConfigManager.cpp RIP "Optimize Quantizers" option. Now using the safe quantizer code from JITIL in all builds. 2010-01-16 19:00:09 +00:00
ConfigManager.h Dedicate Wii SD Card & Wii USB Keybaord settings 2010-01-11 11:56:17 +00:00
Console.cpp small buildfix for debug 2010-01-15 15:28:21 +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 button states in the toolbar when loading, starting, and stopping a game. 2010-01-18 12:10:51 +00:00
Core.h This should fix Issue 1960 2010-01-08 11:25:51 +00:00
CoreParameter.cpp small code cleanup: rename "dual core" stuff to CPUThread, bOnThread, etc. 2009-10-23 15:26:35 +00:00
CoreParameter.h RIP "Optimize Quantizers" option. Now using the safe quantizer code from JITIL in all builds. 2010-01-16 19:00:09 +00:00
CoreRerecording.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
CoreTiming.cpp 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
CoreTiming.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
DolLoader.h Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)! 2009-09-02 21:00:45 +00:00
Host.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Host.h GUI: Fixed some GUI related start/stop crashes 2009-09-07 12:40:43 +00:00
LuaInterface.cpp RIP "Optimize Quantizers" option. Now using the safe quantizer code from JITIL in all builds. 2010-01-16 19:00:09 +00:00
LuaInterface.h Lua now has GUI and is fully functional! But it doesn't link if I don't ignore libcmt.lib so commented all the LuaInterface calls until someone fixes it... 2009-11-07 23:54:10 +00:00
MemTools.cpp 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
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 1. This should fix Issue 1625 (Bizarre Auto Frame Limit) 2010-01-07 20:01:41 +00:00
OnFrame.h 1. This should fix Issue 1625 (Bizarre Auto Frame Limit) 2010-01-07 20:01:41 +00:00
PatchEngine.cpp reapply changes from 4550-4551,4556-4559 correctly...sigh...some files were ignored by tortoisesvn, and myself :| 2009-11-14 17:50:51 +00:00
PatchEngine.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
PluginManager.cpp Now you can switch between Emulated and Real WiiMotes, connect more Real Wiimotes and even pair them up (if you have MS BT Stack) during gameplay! 2010-01-06 19:26:52 +00:00
PluginManager.h Now you can switch between Emulated and Real WiiMotes, connect more Real Wiimotes and even pair them up (if you have MS BT Stack) during gameplay! 2010-01-06 19:26:52 +00:00
SConscript drkIIRaziel reversed engineered the frsqrte instruction providing hardware accurate emulation. 2010-01-17 04:29:44 +00:00
State.cpp Fixed Issue 1888, marco.calautti's patch 2009-12-31 18:37:47 +00:00
State.h LUAInterface should have all its functionality now (excluding input/controller management). Now we need a GUI to see how it works. Added new DSP function: ClearAudioBuffer, which clears the audio buffer for pausing. Currently it doesn't work with DSound. 2009-11-07 20:01:39 +00:00
Tracer.cpp Linux: Tons of warning cleanup plus workaround a nasty crash problem in StatusBarMessage. 2009-09-08 21:16:05 +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 VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic. 2009-12-10 09:16:10 +00:00
VolumeHandler.h VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic. 2009-12-10 09:16:10 +00:00
stdafx.cpp 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
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