Use unlimited update rate for better pref

This commit is contained in:
gdkchan 2018-06-23 21:37:13 -03:00
commit f1832b0b7c
2 changed files with 4 additions and 4 deletions

View file

@ -67,7 +67,7 @@ namespace Ryujinx
Screen.Exit();
};
Screen.Run(60.0);
Screen.Run(0.0, 60.0);
}
Environment.Exit(0);