Ryujinx/Ryujinx.HLE/Loaders/Executables
Thomas Guillemard d5c0de8362 Implement IRoInterface (#445)
* Implement IRoInterface

This is required by Super Mario Party.
This commit also adds MapProcessCodeMemory and UnmapProcessCodeMemory functions in KMemoryManager. Those two calls might not reflect what the SVC of the same names do.

* Fix some code style issues

* Use MakeError to clarify error code

* Add NRR and NRO constants

* Fix some codestyle issues

* Fix InvalidMemoryState error code
2018-10-10 01:01:49 +02:00
..
IExecutable.cs Implement IRoInterface (#445) 2018-10-10 01:01:49 +02:00
Nro.cs Implement IRoInterface (#445) 2018-10-10 01:01:49 +02:00
Nso.cs Implement IRoInterface (#445) 2018-10-10 01:01:49 +02:00