mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-19 10:48:40 +01:00
b96aa7574f
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)