1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

HACK: Disable VSync option for Haiku

This commit is contained in:
Ethan Lee 2020-07-08 14:06:45 -04:00
parent 09e15db878
commit f8bb8cde32

View File

@ -6852,7 +6852,9 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
option("toggle filter");
option("toggle analogue");
option("toggle fps");
#ifndef __HAIKU__ // FIXME: Remove after SDL VSync bug is fixed! -flibit
option("toggle vsync");
#endif
option("return");
menuyoff = -10;
break;