mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-04 17:23:44 +00: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.