Commit 69e4c770f3dfb82e36d48adfd0684dbd6d12f677

Frank Praznik 2022-09-04T12:18:38

video: Make the mode switching function a NOP if mode switching is disabled Instead of wrapping individual calls to SDL_SetDisplayModeForDisplay(), just check the flag in the function itself and make it a NOP that cannot fail if the flag is set. Silences some errant "SDL video driver doesn't support changing display mode" log errors.