dolphin/Source/Core/Core
Jules Blok 4df00ae544 Movie: Do not attempt to record input when the emulation has not started yet.
Fixes a null pointer exception when the user starts the recording during a state transition.
2014-07-08 22:32:35 +02:00
..
Boot BS2 emulation: set up a reasonable BAT during startup. 2014-05-24 03:46:12 -07:00
Debugger Check whether the core is running instead of checking if it is unitialized. 2014-07-08 22:30:44 +02:00
DSP [Core] Clean up the DSP disassembler 2014-07-02 20:19:39 -04:00
FifoPlayer Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
HLE HLE: Remove ES_LAUNCH HLE. 2014-06-15 20:08:15 -07:00
HW Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
IPC_HLE Changed lingering header include guards to pragma once. 2014-07-01 22:17:33 -07:00
PowerPC Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
ActionReplay.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
ActionReplay.h
ARDecrypt.cpp Fix the capitalization of "GameCube" throughout the project. 2014-06-08 11:24:49 +09:00
ARDecrypt.h
ArmMemTools.cpp
BootManager.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
BootManager.h
CMakeLists.txt first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
ConfigManager.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
ConfigManager.h DSP: Add support for PCAP logging of CPU<->DSP communications 2014-06-22 20:04:46 +02:00
Core.cpp Core: Return CORE_STOPPING even if hardware is already uninitialized. 2014-07-08 21:21:24 +02:00
Core.h Make the emulation stop asynchronous to prevent deadlocks. 2014-07-08 21:21:23 +02:00
Core.vcxproj Remove the 32-bit config platform from the VS solution and projects 2014-06-24 22:07:26 -04:00
Core.vcxproj.filters first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
CoreParameter.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
CoreParameter.h Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
CoreTiming.cpp Move CoreTiming::downcount to PowerPC::ppcState. 2014-06-26 01:48:00 +00:00
CoreTiming.h Move CoreTiming::downcount to PowerPC::ppcState. 2014-06-26 01:48:00 +00:00
DSPEmulator.cpp
DSPEmulator.h
ec_wii.cpp
ec_wii.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
MemTools.h
Movie.cpp Movie: Do not attempt to record input when the emulation has not started yet. 2014-07-08 22:32:35 +02:00
Movie.h Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
NetPlayClient.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
NetPlayClient.h
NetPlayProto.h Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
NetPlayServer.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
NetPlayServer.h Add an option to kick players from netplay. 2014-06-18 13:22:45 -04:00
PatchEngine.cpp Use only section-based ini reading. 2014-06-16 01:31:23 -04:00
PatchEngine.h
State.cpp Check whether the core is running instead of checking if it is unitialized. 2014-07-08 22:30:44 +02:00
State.h
stdafx.cpp
stdafx.h Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
Tracer.cpp
Tracer.h
VolumeHandler.cpp
VolumeHandler.h
x64MemTools.cpp