mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-19 09:12:14 -07: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