dolphin/Source/Core/Core
Armada f2759ffe65 Remove EmuWindow.
All it did was raise complexity.
2014-06-15 00:49:49 +02:00
..
Boot BS2 emulation: set up a reasonable BAT during startup. 2014-05-24 03:46:12 -07:00
Debugger
DSP Merge pull request #248 from RachelBryk/dsp-rom-hash 2014-06-08 11:27:55 +02:00
FifoPlayer Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
HLE
HW Fix some warnings. 2014-06-04 01:04:52 +02:00
IPC_HLE Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
PowerPC Merge pull request #474 from Sonicadvance1/conditional-branch 2014-06-10 07:21:07 -05:00
ActionReplay.cpp
ActionReplay.h
ARDecrypt.cpp
ARDecrypt.h
ArmMemTools.cpp
BootManager.cpp
BootManager.h
CMakeLists.txt JIT: unify JitAsm for JIT64 and JIT64IL. 2014-05-05 11:12:22 -07:00
ConfigManager.cpp added option for selecting which column are displayed in the game list, added optional game id column, and added config entry to disable making compressed games blue 2014-06-05 15:34:20 -04:00
ConfigManager.h added option for selecting which column are displayed in the game list, added optional game id column, and added config entry to disable making compressed games blue 2014-06-05 15:34:20 -04:00
Core.cpp Remove EmuWindow. 2014-06-15 00:49:49 +02:00
Core.h Add set/get functions for IsFramelimiterTempDisabled 2014-04-30 12:51:13 +02:00
Core.vcxproj JIT: unify JitAsm for JIT64 and JIT64IL. 2014-05-05 11:12:22 -07:00
Core.vcxproj.filters JIT: unify JitAsm for JIT64 and JIT64IL. 2014-05-05 11:12:22 -07:00
CoreParameter.cpp
CoreParameter.h Add a hotkey for disabling the framelimit. 2014-04-30 12:50:53 +02:00
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp
DSPEmulator.h Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
ec_wii.cpp
ec_wii.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h drop Host_GetKeyState 2014-04-30 12:51:13 +02:00
MemTools.h
Movie.cpp Merge pull request #248 from RachelBryk/dsp-rom-hash 2014-06-08 11:27:55 +02:00
Movie.h Add dsp rom hashes to movie header. 2014-04-06 09:36:45 -04:00
NetPlayClient.cpp Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
NetPlayClient.h
NetPlayProto.h
NetPlayServer.cpp Compress a for loop in NetPlayServer. 2014-05-29 22:14:50 -04:00
NetPlayServer.h
PatchEngine.cpp PatchEngine: Remove no-op function LoadDiscList. 2014-04-21 21:07:02 -07:00
PatchEngine.h
State.cpp Apparently the debug build has not been freeing memory since 2008. Undo that. 2014-05-08 00:58:55 -07: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