a bunch of changes

This commit is contained in:
Stossy11 2025-02-16 12:16:54 +11:00
parent 802a8d7bae
commit f95281899c
19 changed files with 340 additions and 36 deletions

View file

@ -319,7 +319,6 @@ namespace Ryujinx.Headless.SDL2
if (_window != null)
{
_window.Exit();
_emulationContext.Dispose();
_emulationContext = null;
@ -332,6 +331,7 @@ namespace Ryujinx.Headless.SDL2
if (_virtualFileSystem == null) {
_virtualFileSystem = VirtualFileSystem.CreateInstance();
}
var extension = Marshal.PtrToStringAnsi(extensionPtr);
var stream = OpenFile(descriptor);