dolphin/Source/Core
comex 29dc253fde Improve context structure handling on non-Windows.
Instead of copying data into and out of a fake CONTEXT structure with
only a few entries, use the platform specific structure directly with a
typedef and macros.  This is needed because fastmem writes need to be
able to access any register from BackPatch.  It adds a fair number of
repetitive defines, but it's better than the alternative.
2013-09-24 01:38:27 -04:00
..
AudioCommon A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Common Don't define _M_IX86 on ARM(!). 2013-09-24 01:30:41 -04:00
Core Improve context structure handling on non-Windows. 2013-09-24 01:38:27 -04:00
DiscIO proper fix for issue 6206 2013-09-14 15:09:58 -07:00
DolphinWX Remove "educational purposes only" from about message. 2013-09-24 01:14:56 -04:00
InputCommon [InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerInterface.cpp. The variable ok_count was never incremented, which caused the function to always return false. 2013-09-18 10:09:32 -04:00
VideoCommon Merge branch 'fix-field-ordering' 2013-09-24 13:47:20 +12:00
CMakeLists.txt