dolphin/Source/Core
Jeffrey Pfau bd196e8c71 Common: CallLambdaTrampoline can return a value
As it is currently written, CallLambdaTrampoline does not return a
value. However, some of the functions that are being wrapped may
return a value that the JIT is expected to understand. A compiler
*cough cough clang* may opt to alter %rax after the wrapped lambda
returns, e.g. popping a previous value, which can clobber the
return value. If we actually have a return value, then the compiler
must not clobber it.
2015-07-05 00:32:26 +12:00
..
AudioCommon OpenALStream: Fix sample conversion. 2015-06-25 12:42:41 +02:00
Common Common: CallLambdaTrampoline can return a value 2015-07-05 00:32:26 +12:00
Core GC Adapter: Do not attempt to claim_interface when libusb_open() returns an error. 2015-07-01 23:49:39 +02:00
DiscIO Volume: Add prefer_long parameter to GetNames 2015-06-08 12:00:34 +02:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Small changes to description to "Store EFB Copies to Texture Only" 2015-07-01 15:48:19 +02:00
InputCommon evdev: Support axis with ranges which extend below zero. 2015-07-01 10:13:05 +12:00
UICommon Merge pull request #2494 from Sonicadvance1/common_disassembler 2015-06-02 20:26:26 -04:00
VideoBackends Merge pull request #2656 from Armada651/ogl-inv-depth 2015-06-25 12:06:56 +02:00
VideoCommon D3D: Cosmetics. 2015-06-24 23:16:53 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00