yuzu/src/core/hle
lat9nq e34e1b1c95 k_thread: Use a mutex and cond_var to sync bool
std::atomic<bool> is broken on MinGW and causes deadlocks there.
Use a normal cond var in its stead.
2023-06-17 15:25:36 -04:00
..
kernel k_thread: Use a mutex and cond_var to sync bool 2023-06-17 15:25:36 -04:00
service service: nfc: Read tag protocol only for nfc backend 2023-06-14 18:16:23 -06:00
api_version.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ipc.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
result.h core: Update result module 2022-11-14 20:08:47 -06:00