Ryujinx/Ryujinx.HLE/HOS/Kernel/Process
Thog a906f2071c
Fix a crash when closing the main UI (#904)
* Fix a crash when closing the main Ui

Also make sure to dispose the OpenAL context to not leak memory when
unloading the emulation context.

* Improve keys and 'game already running' dialogs

* Make sure to dispose the page table and ThreadContext

Less memory leaks!

* Fix tests

* Address gdk's comments
2020-02-06 12:38:24 +01:00
..
HleProcessDebugger.cs Add 32 bits support to HleProcessDebugger (#859) 2020-01-12 12:06:26 +01:00
KContextIdManager.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
KHandleEntry.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KHandleTable.cs Make HLE disposable safely (#850) 2019-12-26 02:50:17 +01:00
KProcess.cs Fix a crash when closing the main UI (#904) 2020-02-06 12:38:24 +01:00
KProcessCapabilities.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KTlsPageInfo.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
KTlsPageManager.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
ProcessCreationInfo.cs Added GUI to Ryujinx (#695) 2019-09-02 13:03:57 -03:00
ProcessState.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00