mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
Remove unnecessary calls to gfxWaitForVsync
This commit is contained in:
parent
8ebbb5fdec
commit
012423e429
@ -84,7 +84,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -80,7 +80,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -132,7 +132,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
// Stop audio capture.
|
||||
|
@ -187,7 +187,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
// Stop audio playback.
|
||||
|
@ -57,7 +57,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
romfsExit();
|
||||
|
@ -138,7 +138,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -44,7 +44,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -27,7 +27,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -75,7 +75,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -181,7 +181,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
if (faceret==0) FT_Done_Face(face);
|
||||
|
@ -64,7 +64,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -113,7 +113,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
irsStopImageProcessor(irhandle);
|
||||
|
@ -83,7 +83,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -54,7 +54,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -92,7 +92,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -60,7 +60,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -64,7 +64,6 @@ int main(int argc, char **argv) {
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
socketExit();
|
||||
|
@ -60,7 +60,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
setExit();
|
||||
|
@ -25,7 +25,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
@ -43,7 +43,6 @@ int main(int argc, char **argv)
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
gfxExit();
|
||||
|
Loading…
Reference in New Issue
Block a user