2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
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
ipc.h
result.h core: Update result module 2022-11-14 20:08:47 -06:00