summaryrefslogtreecommitdiff
path: root/src/core/telemetry_session.cpp
diff options
context:
space:
mode:
authorGravatar Daniel Lim Wee Soong2018-03-27 17:54:29 +0800
committerGravatar Daniel Lim Wee Soong2018-04-03 02:25:11 +0800
commita66204eb5c6eb5d54cfb29adbf289ca446dfd2ef (patch)
tree92921af6bc799186b8290a203d5ddfeb473b9ee9 /src/core/telemetry_session.cpp
parentMerge pull request #297 from bunnei/hid-touch-state (diff)
downloadyuzu-a66204eb5c6eb5d54cfb29adbf289ca446dfd2ef.tar.gz
yuzu-a66204eb5c6eb5d54cfb29adbf289ca446dfd2ef.tar.xz
yuzu-a66204eb5c6eb5d54cfb29adbf289ca446dfd2ef.zip
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.
Diffstat (limited to 'src/core/telemetry_session.cpp')
0 files changed, 0 insertions, 0 deletions