diff --git a/neo/sys/sdl/sdl_vkimp.cpp b/neo/sys/sdl/sdl_vkimp.cpp index e51e1ee6..845fd987 100644 --- a/neo/sys/sdl/sdl_vkimp.cpp +++ b/neo/sys/sdl/sdl_vkimp.cpp @@ -750,7 +750,8 @@ bool R_GetModeListForDisplay( const int requestedDisplayNum, idList& { continue; } - if( ( m.refresh_rate != 60 ) && ( m.refresh_rate != 120 ) ) + if( ( m.refresh_rate != 60 ) && ( m.refresh_rate != 120 ) && + ( m.refresh_rate != 144 ) && ( m.refresh_rate != 165 ) && ( m.refresh_rate != 240 ) ) { continue; }