mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 20:07:54 -05: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.