pull in more code from PicoDrive
authornotaz <notasas@gmail.com>
Thu, 9 Dec 2010 16:56:03 +0000 (18:56 +0200)
committernotaz <notasas@gmail.com>
Tue, 14 Dec 2010 13:25:04 +0000 (15:25 +0200)
commit698517be481301b4525c29873134a67b8343af3c
tree69de537c8f4f1bf34803c8a3c94108c7f3c44908
parent1972732abfea710d3d7b61180971580d9e5081ce
pull in more code from PicoDrive
17 files changed:
frontend/common/fonts.c [new file with mode: 0644]
frontend/common/fonts.h [new file with mode: 0644]
frontend/common/input.c [new file with mode: 0644]
frontend/common/input.h [new file with mode: 0644]
frontend/common/lprintf.h [new file with mode: 0644]
frontend/common/menu.c [new file with mode: 0644]
frontend/common/menu.h [new file with mode: 0644]
frontend/common/plat.h [new file with mode: 0644]
frontend/common/posix.h [new file with mode: 0644]
frontend/common/readpng.c [new file with mode: 0644]
frontend/common/readpng.h [new file with mode: 0644]
frontend/linux/fbdev.c
frontend/linux/in_evdev.c [new file with mode: 0644]
frontend/linux/in_evdev.h [new file with mode: 0644]
frontend/linux/oshide.c [new file with mode: 0644]
frontend/linux/oshide.h [new file with mode: 0644]
frontend/linux/plat.c [new file with mode: 0644]