yuzu/src
lat9nq 7b0affb6e0 gdbstub_arch: Directly access SP register
Currently to access the SP register, RegRead and RegWrite rely on a
out-of-bounds array access to reach the next element in a struct. As
of writing only git versions of GCC catch this error.

Specify the SP register when we want to access it in these functions.
2022-06-30 12:47:40 -04:00
..
audio_core core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
common
core gdbstub_arch: Directly access SP register 2022-06-30 12:47:40 -04:00
input_common
shader_recompiler
tests
video_core video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
web_service
yuzu core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
yuzu_cmd
.clang-format
CMakeLists.txt