diff options
| author | Franklin Wei <git@fwei.tk> | 2017-01-04 20:31:06 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2017-01-04 20:36:04 -0500 |
| commit | 31907283a4bb3aaa69a5b9cc1c1606271fb58660 (patch) | |
| tree | a3a94baac3a95c0e0d257a827fdecb1ffc33033b /apps/plugins/CATEGORIES | |
| parent | ad2297d353412dd20fc439b8053b25b18872069c (diff) | |
| download | rockbox-31907283a4bb3aaa69a5b9cc1c1606271fb58660.zip rockbox-31907283a4bb3aaa69a5b9cc1c1606271fb58660.tar.gz rockbox-31907283a4bb3aaa69a5b9cc1c1606271fb58660.tar.bz2 rockbox-31907283a4bb3aaa69a5b9cc1c1606271fb58660.tar.xz | |
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
Diffstat (limited to 'apps/plugins/CATEGORIES')
| -rw-r--r-- | apps/plugins/CATEGORIES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES index 4b1b8d6..9892019 100644 --- a/apps/plugins/CATEGORIES +++ b/apps/plugins/CATEGORIES @@ -102,6 +102,7 @@ sgt-filling,games sgt-flip,games sgt-flood,games sgt-galaxies,games +sgt-group,games sgt-guess,games sgt-inertia,games sgt-keen,games @@ -119,10 +120,13 @@ sgt-pegs,games sgt-range,games sgt-rect,games sgt-samegame,games +sgt-separate,games sgt-signpost,games sgt-singles,games sgt-sixteen,games sgt-slant,games +sgt-slide,games +sgt-sokoban,games sgt-solo,games sgt-tents,games sgt-towers,games |