suyu/src
ReinUsesLisp 8c81a20ace glasm: Ensure reg alloc order across compilers on GLASM
Use a struct constructor to serialize register allocation arguments to
ensure registers are allocated in the same order regardless of the
compiler used.

The A and B functions can be called in any order when passed as
arguments to "foo":

  foo(A(), B())

But the order is guaranteed for curly-braced constructor calls in
classes:

  Foo{A(), B()}

Use this to get consistent behavior.
2021-07-22 21:51:31 -04:00
..
audio_core
common shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
core applet_controller: Add preliminary support for version 8 2021-07-20 01:45:19 -04:00
input_common Merge pull request #6654 from german77/custom_threshold 2021-07-21 20:31:33 -04:00
shader_recompiler glasm: Ensure reg alloc order across compilers on GLASM 2021-07-22 21:51:31 -04:00
tests shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
video_core vk_pipeline_cache: Enable int8 and int16 types on Vulkan 2021-07-22 21:51:30 -04:00
web_service
yuzu Merge pull request #6654 from german77/custom_threshold 2021-07-21 20:31:33 -04:00
yuzu_cmd yuzu_cmd: Make use of fullscreen_mode setting 2021-07-21 19:48:03 -04:00
.clang-format
CMakeLists.txt shader: Initial recompiler work 2021-07-22 21:51:21 -04:00