mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
HACK: Disable VSync option for Haiku
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user