dolphin/Source/Core/Core/Src
degasus 5eab3239bb Jit64: load second operator for double intrutions
SSE do support non-vector instructions, but they _all_ overwrite the dest register
if the src location isn't a register. (wtf?)
So we have to load the src into a temporay register :(
2013-12-17 08:49:06 +01:00
..
Boot Fix {Read,Write}FileToString. 2013-11-05 00:33:41 +13:00
Debugger Run code through clang-modernize -add-override to add 'override' decls. 2013-11-03 20:54:05 -05:00
DSP Changed the DSP ROM warning from a panic alert to an on-screen message. 2013-11-22 14:55:25 +11:00
FifoPlayer Minor const-correctness for some functions in FifoPlayer and some AudioCommon headers. 2013-12-11 08:43:58 -05:00
HLE Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
HW Changed the DSP ROM warning from a panic alert to an on-screen message. 2013-11-22 14:55:25 +11:00
IPC_HLE Only add real HID devices to HID list. 2013-11-17 21:14:22 +13:00
PowerPC Jit64: load second operator for double intrutions 2013-12-17 08:49:06 +01:00
ActionReplay.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05: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 New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
ARDecrypt.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
ArmMemTools.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
BootManager.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
BootManager.h New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
ConfigManager.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
ConfigManager.h Saving real Wiimote state 2013-06-25 09:24:14 -04:00
Console.cpp Fixed console commands not registering. Code cleanup. 2013-11-14 22:23:55 -05:00
Console.h New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
Core.cpp Add a non-tiny warning about CPUs that will silently desync. 2013-12-16 22:41:52 -05:00
Core.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
CoreParameter.cpp Fix format string warnings 2013-11-13 04:01:16 +01:00
CoreParameter.h Remove profiled re-JIT support in JitIL. 2013-10-03 18:22:12 -04:00
CoreTiming.cpp Fix format string warnings 2013-11-13 04:01:16 +01:00
CoreTiming.h Remove FifoQueue iterator and RemoveThreadsafeEvents. 2013-09-22 23:14:42 -04:00
DSPEmulator.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
DSPEmulator.h Re-plumb window handle to the dsound backend. 2013-11-07 09:24:56 -08: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 Remove the flawed, unused attempt to manually emulate Gecko codes. 2013-12-16 22:27:13 -05:00
GeckoCode.h Remove the flawed, unused attempt to manually emulate Gecko codes. 2013-12-16 22:27:13 -05:00
GeckoCodeConfig.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05: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 Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
MemTools.h Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
Movie.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
Movie.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
NetPlayClient.cpp more warning fixes 2013-11-14 02:19:15 -05: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 more warning fixes 2013-11-14 02:19:15 -05:00
NetPlayServer.h Merge branch 'wiimote-netplay' 2013-09-22 14:27:52 -04:00
PatchEngine.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05: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 more warning fixes 2013-11-14 02:19:15 -05:00
State.h Increase number of save state slots to 10. 2013-08-02 20:42:30 -04:00
stdafx.cpp New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
stdafx.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
Tracer.cpp New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
Tracer.h New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
VolumeHandler.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
VolumeHandler.h New license header introduced to the Core project. 2013-04-17 22:43:11 -04:00
x64MemTools.cpp [JITArmIL] Fix JITIL compiling on x86. 2013-10-08 19:16:27 -05:00