mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Loop GLScreen with custom method (#244)
* Loop GLScreen with custom method * Fix deadlocks * Fix screen resizing * Change event to bool * Try to fix quitting error * Set title from main thread * Queue max 1 vsync, fix high FPS after a slowdown
This commit is contained in:
@ -67,7 +67,7 @@ namespace Ryujinx
|
||||
Screen.Exit();
|
||||
};
|
||||
|
||||
Screen.Run(0.0, 60.0);
|
||||
Screen.MainLoop();
|
||||
}
|
||||
|
||||
Environment.Exit(0);
|
||||
|
Reference in New Issue
Block a user