.. |
Boot
|
apply patches in the gamecube's bs2 hle, good for things that need to have patches applied very early.
|
2009-10-19 15:09:22 +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
|
Rewrite memory management, _hopefully_ banishing "failed to map 1 gb contiguous memory" 32-bit Dolphin errors to history.
|
2009-11-07 18:53:10 +00:00 |
IPC_HLE
|
Fix some wii IPC stuff:
|
2009-10-31 09:20:24 +00:00 |
PowerPC
|
jit bcctrx and misc code cleanup. NES games launched from animal crossing work, but have major video problems...
|
2009-11-07 17:56:01 +00:00 |
ActionReplay.cpp
|
Make ActionReplay update codes safely, should prevent crashes when applying code changes to fast.
|
2009-10-17 00:32:22 +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
|
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4456 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-10-23 15:30:35 +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
|
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 |
Core.h
|
Fix a small misspell in OGL config, Fix the toggle fullscreen button when rendering to separate window + a weird issue related to rendering to main.
|
2009-10-24 00:18:21 +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
|
small code cleanup: rename "dual core" stuff to CPUThread, bOnThread, etc.
|
2009-10-23 15:26:35 +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
|
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 |
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
|
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 |
OnFrame.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 |
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
|
apply patches in the gamecube's bs2 hle, good for things that need to have patches applied very early.
|
2009-10-19 15:09:22 +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 tmbinc's patch for triforce emulation.
|
2009-10-19 15:14:48 +00:00 |
State.cpp
|
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 |
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 |
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 |