Skip to content

Commit

Permalink
ae-vidext: Really turn off vsync
Browse files Browse the repository at this point in the history
  • Loading branch information
fzurita committed Feb 10, 2019
1 parent 9ac7952 commit 7690e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupen64plus-ui-console/ae-bridge/ae_vidext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int FPSRecalcPeriod = 0;
uint32_t frameCount = 0;
int64_t oldTime;
int vsync = 0;
int oldVsync = 0;
int oldVsync = 1;
bool isPaused = false;

EGLint const defaultAttributeList[] = {
Expand Down

0 comments on commit 7690e1c

Please sign in to comment.