gpu: add sync mode config

This allows the additional OFF mode which has the client manage its own
frame rate target without the use of vsync. On lower end systems which
have a hard time delivering a frame in the vsync interval this can give
a noticible performance improvement since it doesn't stall the cpu
waiting for the next vblank when a frame is skipped
This commit is contained in:
Adam
2021-11-14 13:41:07 -05:00
parent 759565e331
commit 13ecfc0a9e
3 changed files with 67 additions and 10 deletions

View File

@@ -1953,6 +1953,7 @@ public interface Client extends GameEngine
ClanSettings getClanSettings(int clanId);
void setUnlockedFps(boolean unlock);
void setUnlockedFpsTarget(int fps);
/**
* Gets the ambient sound effects