mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 16:07:57 +02:00
The error code was taken from Switchbrew (https://switchbrew.org/wiki/Error_codes) Even if TimeServiceNotInitialized's "description" is 0, the result "value" of "(0 << ErrorCodeShift) | ModuleId" is 0x74 so it is not the same as "Success" (0)