yuzu/src
ameerj ef8b3623f5 analog_from_button: Fix update_thread.join exception
This commit aims to address an exception that occurs when trying to join the Analog object's update_thread.

By using an atomic bool for the status of the update thread, we ensure its value is consistent across the threads accessing it.
2021-01-29 18:41:22 -05:00
..
audio_core audout: FlushAudioOutBuffers 2021-01-24 19:13:34 +11:00
common Merge pull request #5778 from ReinUsesLisp/shader-dir 2021-01-27 11:34:21 -08:00
core Merge pull request #5809 from ogniK5377/FlushAudioOutBuffers 2021-01-28 21:54:46 -08:00
input_common analog_from_button: Fix update_thread.join exception 2021-01-29 18:41:22 -05:00
tests Merge pull request #5262 from ReinUsesLisp/buffer-base 2021-01-16 19:48:26 -03:00
video_core Merge pull request #5836 from ReinUsesLisp/unaligned-constr-sched 2021-01-28 10:53:15 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5778 from ReinUsesLisp/shader-dir 2021-01-27 11:34:21 -08:00
yuzu_cmd Merge pull request #5778 from ReinUsesLisp/shader-dir 2021-01-27 11:34:21 -08:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 -03:00