| .. |
|
Boot
|
Fix some typos and correct some capitalizations in the log messages.
|
2013-03-31 19:13:30 -04:00 |
|
Debugger
|
Function definition was not updated.
|
2012-12-24 00:00:25 +13:00 |
|
DSP
|
More log elaborating. Final time I'm doing this.
|
2013-04-01 18:45:23 -04: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
|
Bumped up the LLE period to 12600 as it seemed to be a bit more stable.
|
2013-04-07 21:44:44 +10:00 |
|
IPC_HLE
|
More log elaborating. Final time I'm doing this.
|
2013-04-01 18:45:23 -04:00 |
|
PowerPC
|
Some more logging typos and clarifications. Missed these in my last commit.
|
2013-04-01 00:10:54 -04: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 |
|
ArmMemTools.cpp
|
ARM Support without GLSL
|
2013-02-26 13:49:00 -06:00 |
|
BootManager.cpp
|
Added preliminary support to synchronise the timing of the CPU and GPU threads. A new option has been added to the game properties for this purpose. This option may help with random freezes in Dual Core mode.
|
2013-02-16 12:51:09 +11:00 |
|
BootManager.h
|
Allow building with wxgtk 2.9.2 in Externals.
|
2011-02-12 22:31:57 +00:00 |
|
ConfigManager.cpp
|
Merge branch 'FIFO-BP'
|
2013-03-12 19:47:59 +11:00 |
|
ConfigManager.h
|
Make the GUI show a translated "No audio output" sound backend string.
|
2013-04-03 09:22:39 -05:00 |
|
Console.cpp
|
Fix some typos and correct some capitalizations in the log messages.
|
2013-03-31 19:13:30 -04: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
|
Disable Vsync while holding tab to disable the frame limit, and allow toggling vsync while emulation is running in OGL.
|
2013-03-18 20:42:18 -04:00 |
|
Core.h
|
Disable Vsync while holding tab to disable the frame limit, and allow toggling vsync while emulation is running in OGL.
|
2013-03-18 20:42:18 -04:00 |
|
CoreParameter.cpp
|
Fix some typos and correct some capitalizations in the log messages.
|
2013-03-31 19:13:30 -04:00 |
|
CoreParameter.h
|
Added preliminary support to synchronise the timing of the CPU and GPU threads. A new option has been added to the game properties for this purpose. This option may help with random freezes in Dual Core mode.
|
2013-02-16 12:51:09 +11:00 |
|
CoreTiming.cpp
|
Forced the exception check only for ARAM DMA transfers.
|
2013-03-26 08:23:20 +11:00 |
|
CoreTiming.h
|
Forced the exception check only for ARAM DMA transfers.
|
2013-03-26 08:23:20 +11: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
|
Fix the majority of the compiler warnings unearthed by the addition of
|
2013-01-29 23:24:51 -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.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
|
Dolphin needs to be restarted before playing back a wiimote movie, so let's suggest that instead of giving an unhelpful error message.
|
2013-03-09 02:44:24 -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
|
Eliminate some netplay gamelist ugliness.
|
2013-03-03 17:56:40 -06:00 |
|
NetPlayClient.cpp
|
Revert "mem_fun -> mem_fn."
|
2013-01-23 23:38:49 -05:00 |
|
NetPlayServer.cpp
|
Fix some typos and correct some capitalizations in the log messages.
|
2013-03-31 19:13:30 -04: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
|
Eliminate some baseless restrictions in PointerWrap, mainly vector<string> not working.
|
2013-03-02 03:32:30 -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 |
|
x64MemTools.cpp
|
ARM Support without GLSL
|
2013-02-26 13:49:00 -06:00 |