yuzu/src
Lioncash f85ab0a123 svc_wrap: Convert the PARAM macro into a function
This can just be a regular function, getting rid of the need to also
explicitly undef the define at the end of the file. Given FuncReturn()
was already converted into a function, it's #undef can also be removed.
2018-09-18 04:27:38 -04:00
..
audio_core Merge pull request #1314 from lioncash/cast 2018-09-17 12:28:19 -04:00
common Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
core svc_wrap: Convert the PARAM macro into a function 2018-09-18 04:27:38 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests Merge pull request #1327 from FearlessTobi/port-4171 2018-09-17 09:54:31 -04:00
video_core Merge pull request #1311 from FernandoS27/fast-swizzle 2018-09-17 12:39:34 -04:00
yuzu Merge pull request #1326 from FearlessTobi/port-4182 2018-09-17 09:51:47 -04:00
yuzu_cmd Use ARB_multi_bind for uniform buffers (#1287) 2018-09-12 20:27:43 -04:00
.clang-format
CMakeLists.txt