| .. |
|
Boot
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
Debugger
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
DSP
|
Clean out unnecessary includes from the DSP JIT.
|
2013-10-19 19:59:00 -04:00 |
|
FifoPlayer
|
MSVC warnings.
|
2013-09-01 22:59:32 -04:00 |
|
HLE
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
HW
|
Fix build on Mavericks.
|
2013-10-24 16:39:46 -04:00 |
|
IPC_HLE
|
Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.
|
2013-10-27 18:27:07 +00:00 |
|
PowerPC
|
Added memchecks when the MMU is enabled. Thanks to comex for the fix.
|
2013-10-26 14:32:03 +11:00 |
|
ActionReplay.cpp
|
Overlay local gameinis over global gameinis instead of copying.
|
2013-09-14 17:46:41 +02:00 |
|
ActionReplay.h
|
Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini.
|
2013-09-28 23:38:25 -04:00 |
|
ARDecrypt.cpp
|
|
|
|
ARDecrypt.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
ArmMemTools.cpp
|
Improve context structure handling on non-Windows.
|
2013-09-24 01:38:27 -04:00 |
|
BootManager.cpp
|
Allow frame limit to be set via game ini.
|
2013-10-23 13:45:03 -04:00 |
|
BootManager.h
|
|
|
|
ConfigManager.cpp
|
Remove some more includes.
|
2013-10-19 19:59:03 -04:00 |
|
ConfigManager.h
|
Saving real Wiimote state
|
2013-06-25 09:24:14 -04:00 |
|
Console.cpp
|
|
|
|
Console.h
|
|
|
|
Core.cpp
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
Core.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
CoreParameter.cpp
|
Remove profiled re-JIT support in JitIL.
|
2013-10-03 18:22:12 -04:00 |
|
CoreParameter.h
|
Remove profiled re-JIT support in JitIL.
|
2013-10-03 18:22:12 -04:00 |
|
CoreTiming.cpp
|
Remove FifoQueue iterator and RemoveThreadsafeEvents.
|
2013-09-22 23:14:42 -04:00 |
|
CoreTiming.h
|
Remove FifoQueue iterator and RemoveThreadsafeEvents.
|
2013-09-22 23:14:42 -04:00 |
|
DSPEmulator.cpp
|
|
|
|
DSPEmulator.h
|
Fix parameter naming in DSPEmulator.h. Should be "HLE" in CreateDSPEmulator's prototype, not "LLE".
|
2013-04-23 07:21:48 -04:00 |
|
ec_wii.cpp
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
ec_wii.h
|
More cleaning.
|
2013-08-28 01:07:43 +12:00 |
|
GeckoCode.cpp
|
Use d01f1bad for the gameid check in RunCodeHandler rather than the actual ID.
|
2013-09-13 18:14:56 -04:00 |
|
GeckoCode.h
|
Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini.
|
2013-09-28 23:38:25 -04:00 |
|
GeckoCodeConfig.cpp
|
Use a separate section for enabled Gecko codes, like AR.
|
2013-09-28 23:38:40 -04:00 |
|
GeckoCodeConfig.h
|
Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini.
|
2013-09-28 23:38:25 -04:00 |
|
Host.h
|
|
|
|
MemTools.h
|
Remove some unnecessary includes as well as simplifying exisiting ones if possible.
|
2013-10-19 19:58:56 -04:00 |
|
Movie.cpp
|
Only include scmrev.h from Version.cpp.
|
2013-09-24 01:14:56 -04:00 |
|
Movie.h
|
[NetPlay] Allow recording movies during netplay.
|
2013-09-03 15:50:41 -04:00 |
|
NetPlayClient.cpp
|
Add literally a million blank inputs in netplay when a wiimote changes reporting mode, just to make nsmbw sync.
|
2013-09-28 23:39:29 -04:00 |
|
NetPlayClient.h
|
Merge branch 'wiimote-netplay'
|
2013-09-22 14:27:52 -04:00 |
|
NetPlayProto.h
|
Merge branch 'wiimote-netplay'
|
2013-09-22 14:27:52 -04:00 |
|
NetPlayServer.cpp
|
[Netplay] Allow a spectator to leave without affecting players.
|
2013-10-16 21:44:49 -04:00 |
|
NetPlayServer.h
|
Merge branch 'wiimote-netplay'
|
2013-09-22 14:27:52 -04:00 |
|
PatchEngine.cpp
|
Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini.
|
2013-09-28 23:38:25 -04:00 |
|
PatchEngine.h
|
Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini.
|
2013-09-28 23:38:25 -04:00 |
|
State.cpp
|
Equalising the 32 and 64 bit state compression
|
2013-06-15 23:28:04 +02:00 |
|
State.h
|
Increase number of save state slots to 10.
|
2013-08-02 20:42:30 -04:00 |
|
stdafx.cpp
|
|
|
|
stdafx.h
|
|
|
|
Tracer.cpp
|
|
|
|
Tracer.h
|
|
|
|
VolumeHandler.cpp
|
|
|
|
VolumeHandler.h
|
|
|
|
x64MemTools.cpp
|
[JITArmIL] Fix JITIL compiling on x86.
|
2013-10-08 19:16:27 -05:00 |