mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-22 08:49:46 +01:00
HACK: Disable VSync option for Haiku
This commit is contained in:
parent
09e15db878
commit
f8bb8cde32
1 changed files with 2 additions and 0 deletions
|
@ -6852,7 +6852,9 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
||||||
option("toggle filter");
|
option("toggle filter");
|
||||||
option("toggle analogue");
|
option("toggle analogue");
|
||||||
option("toggle fps");
|
option("toggle fps");
|
||||||
|
#ifndef __HAIKU__ // FIXME: Remove after SDL VSync bug is fixed! -flibit
|
||||||
option("toggle vsync");
|
option("toggle vsync");
|
||||||
|
#endif
|
||||||
option("return");
|
option("return");
|
||||||
menuyoff = -10;
|
menuyoff = -10;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue