dolphin/Source/Core/Core/Src
Shawn Hoffman 53de453958 correct some register initializations in IPL HLE. (Just setup global pointers so apploaders don't complain)
I only know that it makes Luigi's Mansion's apploader stop complaining, and didn't break any games I tested. :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4367 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-10-06 23:11:39 +00:00
..
Boot correct some register initializations in IPL HLE. (Just setup global pointers so apploaders don't complain) 2009-10-06 23:11:39 +00:00
Debugger GUI: Fixed some GUI related start/stop crashes 2009-09-07 12:40:43 +00:00
HLE 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
HW Add ability to use Reset (reset button interrupt, still figuring out the other reset modes) 2009-10-06 15:49:20 +00:00
IPC_HLE Add ability to use Reset (reset button interrupt, still figuring out the other reset modes) 2009-10-06 15:49:20 +00:00
PowerPC oops, another one. sorry 2009-10-04 10:46:54 +00:00
ActionReplay.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
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
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
ConfigManager.cpp revamp handling of wii sysconf. it's in Common lib so that plugins can (possibly) utilize it if they like 2009-09-14 06:26:49 +00:00
ConfigManager.h revamp handling of wii sysconf. it's in Common lib so that plugins can (possibly) utilize it if they like 2009-09-14 06:26:49 +00:00
Console.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
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 Add ability to use Reset (reset button interrupt, still figuring out the other reset modes) 2009-10-06 15:49:20 +00:00
Core.h GUI: Fixed some GUI related start/stop crashes 2009-09-07 12:40:43 +00:00
CoreParameter.cpp Kill some horribly ugly hackery :( It's just not right to pass entire IniFile objects across DLLs. Only POD (plain-old-data, like int, float, char, char[] etc) are safe to pass across DLL boundaries. 2009-09-13 08:54:46 +00:00
CoreParameter.h revamp handling of wii sysconf. it's in Common lib so that plugins can (possibly) utilize it if they like 2009-09-14 06:26:49 +00:00
CoreRerecording.cpp Add ability to use Reset (reset button interrupt, still figuring out the other reset modes) 2009-10-06 15:49:20 +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 Lua: Basic groundwork. Needs a lot more. 2009-10-05 22:59:11 +00:00
LuaInterface.h Lua: Basic groundwork. Needs a lot more. 2009-10-05 22:59:11 +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 Linux: Tons of warning cleanup plus workaround a nasty crash problem in StatusBarMessage. 2009-09-08 21:16:05 +00:00
OnFrame.h Lua: Basic groundwork. Needs a lot more. 2009-10-05 22:59:11 +00:00
PatchEngine.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
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 Kill some horribly ugly hackery :( It's just not right to pass entire IniFile objects across DLLs. Only POD (plain-old-data, like int, float, char, char[] etc) are safe to pass across DLL boundaries. 2009-09-13 08:54:46 +00:00
PluginManager.h Kill some horribly ugly hackery :( It's just not right to pass entire IniFile objects across DLLs. Only POD (plain-old-data, like int, float, char, char[] etc) are safe to pass across DLL boundaries. 2009-09-13 08:54:46 +00:00
SConscript Add ability to use Reset (reset button interrupt, still figuring out the other reset modes) 2009-10-06 15:49:20 +00:00
State.cpp Added the ExRAM support to the iCache (only JIT and Interpreter for now, JIT IL fix will be a bit later) 2009-10-04 05:13:56 +00:00
State.h Save states: Stabilize loads (no more LZO crashes, hopefully), make sure we don't crash if user loads state too quickly in succession 2009-09-15 18:54: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
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 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.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