dolphin/Source/Core
comex 558dee84ca Wrap some function calls in ABI_Push|PopRegistersAndAdjustStack(0, 0);
These calls are made outside of JIT blocks, and thus previously did not
read any protection - register use is taken into account and the outer
dispatcher stack frame is sufficient.  However, if data is to be stored
on the stack, these calls must reserve stack shadow space on Windows to
avoid clobbering it.
2014-09-17 19:56:09 -04:00
..
AudioCommon Merge pull request #1027 from rohit-n/change-include 2014-09-10 00:35:16 -05:00
Common GekkoDisassembler: fix some float opcodes 2014-09-16 02:06:40 -07:00
Core Wrap some function calls in ABI_Push|PopRegistersAndAdjustStack(0, 0); 2014-09-17 19:56:09 -04:00
DiscIO DiscIO: Remove unnecessary break statements. 2014-09-12 11:34:34 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX Kill off the wx casts within InputCommon and GLInterface. 2014-09-14 01:07:08 -04:00
InputCommon Kill off the wx casts within InputCommon and GLInterface. 2014-09-14 01:07:08 -04:00
VideoBackends Remove extra semicolons at the ends of some lines. 2014-09-10 12:17:38 -04:00
VideoCommon Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
CMakeLists.txt DolphinQt: initial commit. 2014-09-15 15:06:05 -07:00