Skip to content

Commit

Permalink
my bad chat
Browse files Browse the repository at this point in the history
  • Loading branch information
3drosalia committed Oct 7, 2024
1 parent 3de9be1 commit 097bfb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Encore/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,12 +1108,13 @@ int main(int argc, char *argv[]) {
playerManager.LoadPlayerList(directory / "players.json");
// player.InputOffset = settingsMain.inputOffsetMS / 1000.0f;
// player.VideoOffset = settingsMain.avOffsetMS / 1000.0f;
bool removeFPSLimit = 0;
#ifdef NDEBUG
int targetFPS = 180;
#else
int targetFPS =
targetFPSArg == -1 ? GetMonitorRefreshRate(GetCurrentMonitor()) : targetFPSArg;
bool removeFPSLimit = targetFPSArg == 0;
removeFPSLimit = targetFPSArg == 0;
#endif
int menuFPS = 60;
/*
Expand Down

0 comments on commit 097bfb4

Please sign in to comment.