mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
Add support for the framerate limiter
This commit is contained in:
Binary file not shown.
@@ -1 +1 @@
|
||||
20210808
|
||||
20210808b
|
||||
|
||||
@@ -1044,7 +1044,8 @@ public class Display {
|
||||
*/
|
||||
public static void sync(int fps) {
|
||||
if (vsyncEnabled)
|
||||
Sync.sync(fps);
|
||||
Sync.sync(60);
|
||||
else Sync.sync(fps);
|
||||
}
|
||||
|
||||
public static Drawable getDrawable() {
|
||||
|
||||
Reference in New Issue
Block a user