Ryujinx/Ryujinx.HLE/HOS
VolcaEM b96aa7574f
Add missing error code to Time (#1237)
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)
2020-05-13 15:28:53 +10:00
..
Applets Suppress CS0169 CS0649 warns from HID structs (#1222) 2020-05-10 16:02:41 +02:00
Diagnostics/Demangler Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Font Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
Ipc Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
Kernel Fix block iteration on kernel MemoryManager InsertBlock function (#1184) 2020-05-06 22:48:57 +10:00
Services Add missing error code to Time (#1237) 2020-05-13 15:28:53 +10:00
SystemState set: Quick implementation of GetKeyCodeMap/GetKeyCodeMap2 (#1210) 2020-05-05 20:50:53 +02:00
HomebrewRomFsStream.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Horizon.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
IdDictionary.cs Implement GPU syncpoints (#980) 2020-04-19 11:25:57 +10:00
ProgramLoader.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
ResultCode.cs Refactoring result codes (#731) 2019-07-14 16:04:38 -03:00
ServiceCtx.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00