mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 20:20:48 -07:00
Improved and simplified window texture presentation
This commit is contained in:
@ -122,6 +122,11 @@ namespace Ryujinx.HLE
|
||||
Gpu.DmaPusher.DispatchCalls();
|
||||
}
|
||||
|
||||
public void PresentFrame(Action swapBuffersCallback)
|
||||
{
|
||||
Gpu.Window.Present(swapBuffersCallback);
|
||||
}
|
||||
|
||||
internal void Unload()
|
||||
{
|
||||
FileSystem.Dispose();
|
||||
|
Reference in New Issue
Block a user