mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-03 21:25:23 +01:00
modifying all the files to match the app
This commit is contained in:
parent
09697fff49
commit
5720814b13
2887 changed files with 18366 additions and 18295 deletions
|
|
@ -52,7 +52,7 @@ public:
|
|||
// cv_mutex must be held or else there will be a missed wakeup if the other thread is in the
|
||||
// line before cv.wait
|
||||
// TODO(bunnei): This can be replaced with C++20 waitable atomics when properly supported.
|
||||
// See discussion on https://github.com/yuzu-emu/yuzu/pull/3173 for details.
|
||||
// See discussion on https://github.com/suyu-emu/suyu/pull/3173 for details.
|
||||
std::scoped_lock lock{cv_mutex};
|
||||
cv.notify_one();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue