dolphin/Source/Core/Core
comex 24e72cd064 Merge pull request #991 from phire/dsi_should_crash
Panic if game does an invalid memory access.
2014-10-21 01:53:08 -04:00
..
Boot Rename the poorly named {Read,Write}BigEData to Copy{From,To}Emu - 2014-10-19 19:34:38 -04:00
Debugger Debug: fix display of instructions in virtual memory in MMU games 2014-09-27 01:07:37 -07:00
DSP Corrected the step size bytes for the start of the DSP accelerator chunk. Patch by hk.konpie 2014-10-13 22:10:37 +11:00
FifoPlayer
HLE
HW Merge pull request #991 from phire/dsi_should_crash 2014-10-21 01:53:08 -04:00
IPC_HLE IPC_HLE: Replace (const char *)GetPointer(x) with GetString(x) 2014-10-21 11:10:34 +13:00
PowerPC Merge pull request #1314 from FioraAeterna/fixprofiler 2014-10-20 14:37:32 +11:00
ActionReplay.cpp
ActionReplay.h
ARDecrypt.cpp
ARDecrypt.h
ArmMemTools.cpp
BootManager.cpp Removed the MMU Speed Hack option. The TLBHack is now enabled if the MMU option is disabled. This will help catch cases where a game requires the TLBHack but the option has not been set in the game ini. It also removes the possibility to mistakenly enable both the MMU and TLBHack. 2014-10-11 11:31:16 +11:00
BootManager.h
CMakeLists.txt
ConfigManager.cpp Moved Input Display to Movie Menu 2014-10-17 21:08:34 -04:00
ConfigManager.h Moved Input Display to Movie Menu 2014-10-17 21:08:34 -04:00
Core.cpp Core: Use an enum for indicating CPU cores 2014-10-13 10:35:31 -04:00
Core.h Add a central variable g_want_determinism which controls whether to try to make things deterministic. 2014-09-28 21:34:31 -04:00
Core.vcxproj
Core.vcxproj.filters
CoreParameter.cpp Disable skip bios option if no bios files exists. 2014-10-20 14:17:19 -04:00
CoreParameter.h Merge branch 'Remove-MMU-Speed-Hack-option' of https://github.com/skidau/dolphin into skidau-Remove-MMU-Speed-Hack-option 2014-10-14 01:08:20 -04:00
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp
DSPEmulator.h
ec_wii.cpp
ec_wii.h
GeckoCode.cpp Rename the poorly named {Read,Write}BigEData to Copy{From,To}Emu - 2014-10-19 19:34:38 -04:00
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
MemTools.h
Movie.cpp Add wiimote tas input. 2014-10-03 12:02:52 -04:00
Movie.h Add wiimote tas input. 2014-10-03 12:02:52 -04:00
NetPlayClient.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
NetPlayClient.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
NetPlayProto.h
NetPlayServer.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
NetPlayServer.h
PatchEngine.cpp
PatchEngine.h
State.cpp Merge pull request #1095 from crudelios/sw-bbox 2014-10-13 15:57:11 +11:00
State.h
VolumeHandler.cpp
VolumeHandler.h
x64MemTools.cpp Add a define to use sigaction on OS X instead of OS-specific page fault handling. 2014-10-19 20:41:54 -04:00