mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 11:57:11 +02:00
Improved and simplified window texture presentation
This commit is contained in:
parent
e8e4133745
commit
8c26739c58
11 changed files with 137 additions and 497 deletions
|
@ -122,6 +122,11 @@ namespace Ryujinx.HLE
|
|||
Gpu.DmaPusher.DispatchCalls();
|
||||
}
|
||||
|
||||
public void PresentFrame(Action swapBuffersCallback)
|
||||
{
|
||||
Gpu.Window.Present(swapBuffersCallback);
|
||||
}
|
||||
|
||||
internal void Unload()
|
||||
{
|
||||
FileSystem.Dispose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue