forked from len0rd/rockbox
puzzles: fix a few things
- old acos() function was broken, replaced with a call to atan2(); this fixes "Cube!" - Makefile extended to support building "unfinished games", but not enabled - a backdrop issue fixed in rockbox.c Change-Id: I9393e958d43de32f4ccf18e1cb409f75c2e1ed3c
This commit is contained in:
parent
ad2297d353
commit
31907283a4
5 changed files with 26 additions and 94 deletions
|
|
@ -699,6 +699,10 @@ static void do_configure_item(config_item *cfg)
|
|||
{
|
||||
bool res = cfg->ival != 0;
|
||||
rb->set_bool(cfg->name, &res);
|
||||
|
||||
/* seems to reset backdrop */
|
||||
rb->lcd_set_backdrop(NULL);
|
||||
|
||||
cfg->ival = res;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue