Files
citra/src/core
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-07 22:59:46 -06:00
2021-02-28 17:25:31 -05:00
2021-01-20 18:25:15 +11:00
2021-01-20 18:25:15 +11:00
2021-02-07 20:31:58 -06:00