1
0
Fork 0
forked from suyu/suyu
suyu/src
Daniel Lim Wee Soong a66204eb5c common: fix swap functions on Bitrig and OpenBSD
swap{16,32,64} are defined as macros on the two, but client code
tries to invoke them as Common::swap{16,32,64}, which naturally
doesn't work. This hack redefines the macros as inline functions
in the Common namespace: the bodies of the functions are the
same as the original macros, but relying on OS-specific
implementation details like this is of course brittle.
2018-04-03 02:25:11 +08:00
..
common common: fix swap functions on Bitrig and OpenBSD 2018-04-03 02:25:11 +08:00
core Merge pull request #297 from bunnei/hid-touch-state 2018-04-02 13:05:34 -04:00
input_common Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. 2018-04-01 12:07:26 -05:00
yuzu Port citra-emu/citra#3610 to yuzu 2018-03-30 17:38:34 +02:00
yuzu_cmd config: Use simplified checkbox (from Citra) for CPU JIT. 2018-03-26 23:02:37 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00