Fix DRM Audio

This commit is contained in:
jojo61 2022-01-18 17:48:17 +01:00
parent 16c734b9e3
commit 25f70cd820
1 changed files with 3 additions and 0 deletions

View File

@ -4271,7 +4271,10 @@ static void CuvidDisplayFrame(void) {
#else
eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext);
EglCheck();
#ifndef USE_DRM
usleep(5000);
#endif
#endif
glClear(GL_COLOR_BUFFER_BIT);