use picofe menu, move generic code out of gp2x/
authornotaz <notasas@gmail.com>
Sun, 9 Sep 2012 21:55:40 +0000 (00:55 +0300)
committernotaz <notasas@gmail.com>
Sat, 15 Sep 2012 17:22:36 +0000 (20:22 +0300)
commit4a2a617ac879a95babe3b8a822188b71e9769ba4
tree1a3f7631c2c815cb324efc3055e6e4e540147df7
parent396c448eb538587248ddbf586a90371c71b48183
use picofe menu, move generic code out of gp2x/
21 files changed:
.gitignore
Makefile.sdl
drivers/common/dface.h [moved from drivers/gp2x/dface.h with 95% similarity]
drivers/common/input.c [moved from drivers/gp2x/input.c with 71% similarity]
drivers/common/input.h [new file with mode: 0644]
drivers/common/main.c [moved from drivers/gp2x/main.c with 86% similarity]
drivers/common/main.h
drivers/common/menu.c [new file with mode: 0644]
drivers/common/menu.h [new file with mode: 0644]
drivers/common/platform.h [new file with mode: 0644]
drivers/common/settings.h [moved from drivers/gp2x/gp2x.h with 83% similarity]
drivers/common/throttle.h [moved from drivers/gp2x/throttle.h with 100% similarity]
drivers/common/usage.h [moved from drivers/gp2x/usage.h with 91% similarity]
drivers/gp2x/gp2x-sound.c
drivers/gp2x/gp2x-video.c
drivers/gp2x/gp2x.c
drivers/gp2x/throttle.c
drivers/sdl/minimal.c [moved from drivers/gp2x_test/minimal.c with 100% similarity]
drivers/sdl/sdl.c [new file with mode: 0644]
drivers/sdl/throttle.c [moved from drivers/gp2x_test/throttle.c with 95% similarity]
input.h