citra/src
hubslave 13a6e091b7 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-02-22 23:29:43 +02:00
..
audio_core fixup! audio_core: Remove global state 2018-02-04 22:23:51 +00:00
citra Merge pull request #3069 from B3n30/announce_room_webservice 2018-02-08 18:46:10 +02:00
citra_qt Merge pull request #3322 from MerryMage/DSP 2018-02-19 09:08:37 -07:00
common Common: fix swap functions on Bitrig and OpenBSD 2018-02-22 23:29:43 +02:00
core APT: don't skip translation parameters 2018-02-19 22:30:38 +02:00
input_common Variable tilt clamp (#3366) 2018-01-17 17:30:50 -05:00
network CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
tests tests: Remove HandleSpecialMapping test for DSP region 2018-02-03 15:15:17 +00:00
video_core citra-qt: Add customizable speed limit target (#3353) 2018-01-25 22:24:40 -07:00
web_service Announce-Service: Add conditional variable for the wait in the announce thread 2017-12-14 12:36:37 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt web_service: Add CMake flag to enable. 2017-07-11 18:33:41 -04:00