mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
a bunch of changes
This commit is contained in:
parent
802a8d7bae
commit
f95281899c
19 changed files with 340 additions and 36 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue