.. |
Boot
|
Changed the HLE system to allow it to hook the beginning, the end or replace the entire function without changing the GC memory. Fixes Kirby's Return to Dreamland.
|
2012-12-28 14:26:46 +11:00 |
Debugger
|
Function definition was not updated.
|
2012-12-24 00:00:25 +13:00 |
DSP
|
Revert the fix for the random static audio that would sometimes occur in DSP HLE and DSP LLE. The fix caused the music in Fast - Racing League to play random sounds.
|
2013-01-22 21:17:29 +11:00 |
FifoPlayer
|
Revert my dual-core fix for FifoPlayer. Apparently it breaks more than it fixes.
|
2013-01-19 22:36:05 +01:00 |
HLE
|
Merge branch 'ES_LAUNCH'
|
2013-01-16 20:22:29 +11:00 |
HW
|
Revert "mem_fun -> mem_fn."
|
2013-01-23 23:38:49 -05:00 |
IPC_HLE
|
Merge branch 'ES_LAUNCH'
|
2013-01-16 20:22:29 +11:00 |
PowerPC
|
Added a game property to disable the clearing of the data cache. This is needed by one known game, "Rubik's Puzzle Galaxy: Rush".
|
2013-01-20 13:09:38 +11:00 |
ActionReplay.cpp
|
Enhance an error message.
|
2013-01-13 17:52:32 -06:00 |
ActionReplay.h
|
Random fixes and cleanups
|
2010-04-08 16:59:35 +00:00 |
ARDecrypt.cpp
|
Remove the global namespace a bit and remove some dead code.
|
2011-02-02 18:21:20 +00:00 |
ARDecrypt.h
|
Code cleanups, warning fixes
|
2010-04-11 11:16:57 +00:00 |
BootManager.cpp
|
Added a game property to disable the clearing of the data cache. This is needed by one known game, "Rubik's Puzzle Galaxy: Rush".
|
2013-01-20 13:09:38 +11:00 |
BootManager.h
|
Allow building with wxgtk 2.9.2 in Externals.
|
2011-02-12 22:31:57 +00:00 |
ConfigManager.cpp
|
Added a game property to disable the clearing of the data cache. This is needed by one known game, "Rubik's Puzzle Galaxy: Rush".
|
2013-01-20 13:09:38 +11:00 |
ConfigManager.h
|
Move DSP settings to dolphin.ini
|
2013-01-16 20:17:44 -05:00 |
Console.cpp
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +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
|
Actually remove lttc.
|
2013-01-19 15:21:00 -05:00 |
Core.h
|
Update title/status bar when pausing emulation.
|
2013-01-16 22:52:01 -05:00 |
CoreParameter.cpp
|
Set the default memory card path as relative too.
|
2013-01-20 19:16:02 -05:00 |
CoreParameter.h
|
Added a game property to disable the clearing of the data cache. This is needed by one known game, "Rubik's Puzzle Galaxy: Rush".
|
2013-01-20 13:09:38 +11:00 |
CoreTiming.cpp
|
Clean up gcc/g++ compiler warnings that have accumulated.
|
2012-12-10 00:40:28 -06:00 |
CoreTiming.h
|
save events in a safer way. the old way assumed that event type indices remain constant (they don't always), which could result in running arbitrary events or crashing upon loading.
|
2012-05-26 13:09:39 +10:00 |
DolLoader.h
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +00:00 |
DSPEmulator.cpp
|
Move DSP settings to dolphin.ini
|
2013-01-16 20:17:44 -05:00 |
DSPEmulator.h
|
made savestates synchronous and immediate. this allows saving or loading while the emulator is paused, fixes issues where savestate hotkeys would get ignored if pressed too close together, might speed up savestates in some cases, and hopefully makes savestates more stable too.
|
2012-05-26 13:09:38 +10:00 |
GeckoCode.cpp
|
Clean up gcc/g++ compiler warnings that have accumulated.
|
2012-12-10 00:40:28 -06:00 |
GeckoCode.h
|
Added a note to try the native code handler in the error message window.
|
2012-01-03 01:24:16 -05:00 |
GeckoCodeConfig.cpp
|
Clean up gcc/g++ compiler warnings that have accumulated.
|
2012-12-10 00:40:28 -06:00 |
GeckoCodeConfig.h
|
Added a note to try the native code handler in the error message window.
|
2012-01-03 01:24:16 -05:00 |
Host.h
|
A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attempt to fix the crash on stop(didn't help :p). For some reason CFrame::DoStop is called twice.(might be the issue)
|
2011-03-15 23:09:12 +00:00 |
MemTools.cpp
|
Various changes which improve FreeBSD support.
|
2011-08-27 20:42:11 +02: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 |
Movie.cpp
|
Typo fix.
|
2013-01-19 15:08:29 -05:00 |
Movie.h
|
Save git hash to .dtm header.
|
2013-01-01 16:34:07 -05:00 |
NetPlay.cpp
|
Added preliminary GameCube Steering Wheel emulation via a PC Force Feedback Steering Wheel.
|
2012-12-30 13:41:48 +11:00 |
NetPlay.h
|
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes.
|
2011-03-05 06:11:26 +00:00 |
NetPlayClient.cpp
|
Revert "mem_fun -> mem_fn."
|
2013-01-23 23:38:49 -05:00 |
NetPlayServer.cpp
|
Revert "mem_fun -> mem_fn."
|
2013-01-23 23:38:49 -05:00 |
PatchEngine.cpp
|
Changed the Gecko code handling to the native code handler. This provides full compatibility with all Gecko codes.
|
2012-01-03 01:24:14 -05:00 |
PatchEngine.h
|
Make PatchAddEdit complain and not modify entry if fields are invalid instead of just filling in zeros. Fixes issue 4291.
|
2011-07-09 21:00:30 +00:00 |
State.cpp
|
Clean up gcc/g++ compiler warnings that have accumulated.
|
2012-12-10 00:40:28 -06:00 |
State.h
|
made savestates synchronous and immediate. this allows saving or loading while the emulator is paused, fixes issues where savestate hotkeys would get ignored if pressed too close together, might speed up savestates in some cases, and hopefully makes savestates more stable too.
|
2012-05-26 13:09:38 +10: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 |
Tracer.cpp
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +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 |