2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/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
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
CMakeLists.txt