mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 22:32:33 -07:00
The result code classes are used quite extensively throughout both the kernel and service HLE code. We can mark these member functions as [[nodiscard]] to prevent a few logic bugs from slipping through.