gpu: add uncap fps option

This commit is contained in:
Adam
2021-10-28 14:27:46 -04:00
parent 6ad7ba1799
commit 6cad150f3a
3 changed files with 39 additions and 2 deletions
@@ -1951,4 +1951,6 @@ public interface Client extends GameEngine
*/
@Nullable
ClanSettings getClanSettings(int clanId);
void setUnlockedFps(boolean unlock);
}