citra-canary/src
Lioncash 91a804707b ipc_helpers: Add member functions for pushing and popping strongly typed enums
Alleviates the need to static_cast to an enum type at the call sites of the Push and Pop calls.

We only allow strongly typed enums, as they have a defined type of int
by default if an underlying type isn't explicitly specified, whereas
with regular enums, if an underlying type isn't specified, an
implementation-defined  type is used that can fit all the enumeration
values.
2017-12-10 23:10:00 -05:00
..
audio_core Merge pull request #3151 from MerryMage/looping-bug 2017-11-29 10:43:06 -05:00
citra SDL: add multiplayer options (#3072) 2017-12-03 11:29:48 +02:00
citra_qt Fix crash when loading an unsupported file. 2017-12-09 15:59:21 +01:00
common Common: Simplify and optimize BitSet iterator 2017-12-09 20:31:23 -08:00
core ipc_helpers: Add member functions for pushing and popping strongly typed enums 2017-12-10 23:10:00 -05:00
input_common Allow input configuration with SDL joysticks (#3116) 2017-12-05 23:26:29 -05:00
network Merge pull request #3162 from lioncash/packet 2017-11-29 10:41:13 -05:00
tests Merge pull request #3184 from MerryMage/timing 2017-12-05 23:12:24 -05:00
video_core Shader: Store AttributeBuffers in GS output buffer 2017-12-09 20:33:59 -08:00
web_service WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04: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