mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 02:50:53 -05:00
Fix disposing of IPC sessions server at emulation stop (#2334)
This commit is contained in:
@@ -245,5 +245,12 @@ namespace Ryujinx.HLE.HOS.Services.Sm
|
||||
|
||||
return name;
|
||||
}
|
||||
|
||||
public override void DestroyAtExit()
|
||||
{
|
||||
_commonServer.Dispose();
|
||||
|
||||
base.DestroyAtExit();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user