yuzu-mirror/src
Charles Lombardo 369d06292f android: Prevent infinite switch toggle loop
If something like a lifecycle event happens when this switch is toggled (Ex. whenever the black backgrounds switch is toggled), this could move the switch from the default position and trigger the checked changed listener and restart the loop. Here I just removed the listener at the start so we recycle the view properly still, set the checked state and then add the new listener.
2023-08-29 19:42:41 +07:00
..
android android: Prevent infinite switch toggle loop 2023-08-29 19:42:41 +07:00
audio_core Merge pull request #11408 from Kelebek1/fix_audio_node_id 2023-08-29 09:27:40 +07:00
common android: Expose interface for getting settings from native code 2023-08-29 19:40:17 +07:00
core Merge pull request #11409 from liamwhite/splatoon-nsd-v2 2023-08-29 09:27:32 +07:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +07:00
input_common Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 +07:00
network general: fix spelling mistakes 2023-03-12 11:33:01 +07:00
shader_recompiler Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation 2023-08-18 22:17:02 +07:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +07:00
video_core Use initial_frame to check interlaced flag 2023-08-28 00:48:53 +07:00
web_service Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 +07:00
yuzu Merge pull request #11356 from lat9nq/console-mode-pg 2023-08-26 19:15:00 +07:00
yuzu_cmd configure_system: Implement with for loop 2023-07-21 10:56:07 +07:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +07:00
CMakeLists.txt Avoid `$<CXX_COMPILER_ID:Clang>` because it doesn't include AppleClang. 2023-08-25 19:22:31 +07:00