mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06: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