yuzu-mainline/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 Merge pull request #8432 from liamwhite/watchpoint 2022-06-21 16:04:57 -07:00
core gdbstub_arch: Directly access SP register 2022-06-30 12:47:40 -04:00
input_common Merge pull request #8383 from Morph1984/shadow-of-the-past 2022-06-14 21:08:58 -04:00
shader_recompiler Merge pull request #8383 from Morph1984/shadow-of-the-past 2022-06-14 21:08:58 -04:00
tests
video_core video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
web_service web_service: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
yuzu core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
yuzu_cmd core: fix initialization in single core, sync GPU mode 2022-06-16 23:43:35 -04:00
.clang-format
CMakeLists.txt CMakeLists: Make variable shadowing a compile-time error 2022-06-13 18:19:23 -04:00