mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-26 00:56:27 -05:00
Add events to shared memory, make it work better with direct memory
This commit is contained in:
@@ -50,7 +50,8 @@ namespace Ryujinx
|
||||
|
||||
using (GLScreen Screen = new GLScreen(Ns, Renderer))
|
||||
{
|
||||
Ns.Finish += (Sender, Args) => {
|
||||
Ns.Finish += (Sender, Args) =>
|
||||
{
|
||||
Screen.Exit();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user