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