Ryujinx/Ryujinx/OsHle/Svc
Cristian Carlesso 1df2c5ce7f Gracefully close the app on exit (#12)
* Gracefully close the app on exit

* Application tear down

instead of calling Environment.Exit(0); do a better tear down of the application
2018-02-15 09:16:16 -03:00
..
SvcHandler.cs Gracefully close the app on exit (#12) 2018-02-15 09:16:16 -03:00
SvcMemory.cs Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments 2018-02-13 23:43:08 -03:00
SvcResult.cs Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments 2018-02-13 23:43:08 -03:00
SvcSystem.cs Gracefully close the app on exit (#12) 2018-02-15 09:16:16 -03:00
SvcThread.cs Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments 2018-02-13 23:43:08 -03:00
SvcThreadSync.cs Emit CIL directly for more SIMD instructions, add UCVTF (vector, scalar) and UZP2, fix XTN (?) 2018-02-15 01:32:25 -03:00