1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 14:33:30 +01:00
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
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
KTlsPageManager.cs
ProcessCreationInfo.cs Added GUI to Ryujinx (#695) 2019-09-02 13:03:57 -03:00
ProcessState.cs