aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Loader/IRoInterface.cs
AgeCommit message (Collapse)Author
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.