Use unlimited update rate for better pref
This commit is contained in:
parent
002e1fc133
commit
f1832b0b7c
2 changed files with 4 additions and 4 deletions
|
@ -67,7 +67,7 @@ namespace Ryujinx
|
|||
Screen.Exit();
|
||||
};
|
||||
|
||||
Screen.Run(60.0);
|
||||
Screen.Run(0.0, 60.0);
|
||||
}
|
||||
|
||||
Environment.Exit(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue