Skip to content

Commit

Permalink
Disabled fullscreen option on GCW Zero builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyonFlame committed Apr 12, 2015
1 parent 34f1254 commit 5d1a0f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/opentyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ void opentyrian_menu( void )
bool menu_items_disabled[] =
{
false,
#if defined(TARGET_GCW0)
true,
#else
!can_init_any_scaler(false) || !can_init_any_scaler(true),
#endif
false,
// false,
false,
Expand Down

0 comments on commit 5d1a0f3

Please # to comment.