aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/DummyService.cs
AgeCommit message (Collapse)Author
2023-04-27Move solution and projects to srcTSR Berry
2019-07-11Refactoring commands handling (#728)Ac_K
* Refactoring commands handling - Use Reflection to handle commands ID. - Add all symbols (from SwIPC so not all time accurate). - Re-sort some services commands methods. - Some cleanup. - Keep some empty constructor for consistency. * Fix order in IProfile
2019-04-16Config option to ignore missing services (#658)BaronKiko
* Implemented config option to ignore missing services * Removed unused using statement * Resolved comments from review