aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Loader/ResultCode.cs
AgeCommit message (Collapse)Author
2023-04-27Move solution and projects to srcTSR Berry
2020-05-04Add various error codes to Loader (#1208)VolcaEM
* Add various result codes to Loader The error codes were taken from Switchbrew (switchbrew.org/wiki/Error_codes) For the last 9 errors, Switchbrew says: ACID/ACI0 don't match for descriptor (descriptor) * Fix typo
2019-11-08Improve IRoInterface logic (#809)Thomas Guillemard
* hle: Improve IRoInterface logic This commit contains a little rewrite of IRoInterface to fix some issues that we were facing on some recent games (AC3 Remastered & Final Fantasy VIII Remastered) Related issues: - https://github.com/Ryujinx/Ryujinx-Games-List/issues/196 * Address comments
2019-11-03hle: Fix some inconsistencies in namespace naming in Services (#808)Thomas Guillemard
Also fix IShopServiceAccessSystemInterface being in the wrong namespace.