diff --git a/runtime/kernel/src/sys/linux/linuxdsys.cpp b/runtime/kernel/src/sys/linux/linuxdsys.cpp index de62158d..671a395e 100644 --- a/runtime/kernel/src/sys/linux/linuxdsys.cpp +++ b/runtime/kernel/src/sys/linux/linuxdsys.cpp @@ -265,6 +265,9 @@ LTRESULT dsi_SetRenderMode(RMode *pMode, const char *pName) memcpy(¤tMode, &g_RMode, sizeof(RMode)); + //Done to prevent DXVK from hanging + SDL_Delay(100); + // Try to set the new mode. if (r_InitRender(pMode, pName) != LT_OK) { // Ok, try to restore the old mode.