2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Lioncash 091e141142 core/profile_select: Avoid uninitialized read in SelectProfile()
The default constructor of UUID doesn't initialize its data members, so
we need to directly initialize it to be invalid.
2021-09-22 18:10:39 -04:00
..
audio_core
common common/uuid: Add validity checking functions to interface 2021-09-22 17:59:00 -04:00
core core/profile_select: Avoid uninitialized read in SelectProfile() 2021-09-22 18:10:39 -04:00
input_common UI: Relocate tas menu and add brief description 2021-09-18 23:23:03 +02:00
shader_recompiler Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan. 2021-09-15 21:30:33 +02:00
tests
video_core Merge pull request #7003 from ameerj/unlocked-present-mode 2021-09-20 14:34:21 -07:00
web_service
yuzu UI: Relocate tas menu and add brief description 2021-09-18 23:23:03 +02:00
yuzu_cmd remove-audio-stretching-setting 2021-09-15 19:52:43 -05:00
.clang-format
CMakeLists.txt