dolphin/Source/Core
Fiora ac1fc9ad03 JIT+Emitter: support locking flags
This helps us avoid accidentally clobbering flags between two instructions
when the flags are expected to be maintained. Dolphin will of course crash
immediately, but at least it will crash loudly and alert us of the mistake,
instead of forcing hours of bisecting to find the subtle way in which the JIT
has managed to sneak a flag-modifying instruction where there shouldn't be one.
2014-09-26 20:47:06 -07:00
..
AudioCommon Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Common JIT+Emitter: support locking flags 2014-09-26 20:47:06 -07:00
Core JIT+Emitter: support locking flags 2014-09-26 20:47:06 -07:00
DiscIO Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX Merge pull request #1148 from lioncash/typo 2014-09-25 13:49:39 +10:00
InputCommon Fix building Dolphin on OSX without precompiled headers 2014-09-21 00:37:47 -04:00
VideoBackends Merge pull request #1142 from lioncash/linucks 2014-09-23 13:43:18 +10:00
VideoCommon Added a xf.numtexgen != bp.numtextgen error log if there is a mismatch detected. 2014-09-24 10:46:09 +10:00
CMakeLists.txt DolphinQt: initial commit. 2014-09-15 15:06:05 -07:00