yuzu/src
Lioncash 254b1e3df7 core/ipc_helper: Allow popping all signed value types with RequestParser
There's no real reason this shouldn't be allowed, given some values sent
via a request can be signed. This also makes it less annoying to work
with popping enum values, given an enum class with no type specifier
will work out of the box now.

It's also kind of an oversight to allow popping s64 values, but nothing
else.
2019-02-26 18:10:36 -05:00
..
audio_core audio_core/buffer: Make const and non-const getter for samples consistent 2019-02-16 15:21:35 -05:00
common Remove GCC version checks 2019-02-24 15:24:06 +01:00
core core/ipc_helper: Allow popping all signed value types with RequestParser 2019-02-26 18:10:36 -05:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
video_core Merge pull request #2118 from FernandoS27/ipa-improve 2019-02-24 23:04:22 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu loading_screen: Unchunk progress bar 2019-02-06 22:23:40 -03:00
yuzu_cmd gl_shader_cache: Link loading screen with disk shader cache load 2019-02-06 22:23:40 -03:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00