Removed gfxWaitForVsync call which is no longer needed with latest libnx.

This commit is contained in:
yellows8 2018-10-17 13:57:47 -04:00
parent 437895a3c8
commit 55efa03f15

View File

@ -93,7 +93,6 @@ int main(int argc, char **argv)
#endif #endif
gfxSwapBuffers(); gfxSwapBuffers();
gfxWaitForVsync();
} }
#ifdef ENABLE_AUDIO #ifdef ENABLE_AUDIO