Files
yuzu-mirror/src/core/hle/kernel
Lioncash 97e2604575 k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]]
Prevents logic bugs like:

KScopedSchedulerLock{kernel};

instead of:

KScopedSchedulerLock lk{kernel};

from slipping through.
2021-04-07 01:19:29 -04:00
..
2021-02-12 15:43:01 -08:00
2021-02-05 14:00:36 -08:00
2021-02-05 14:00:36 -08:00
2021-02-02 13:23:34 +11:00