giz menu works

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@231 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-09-01 11:07:03 +00:00
parent 51b55351d2
commit c7a4ff6428
17 changed files with 471 additions and 411 deletions

6
common/lprintf.h Normal file
View file

@ -0,0 +1,6 @@
#if defined(__GP2X__)
#define lprintf printf
#else
#include "giz.h"
#endif