initial pandora port, with hardware scaling and stuff
authornotaz <notaz@pixelinis>
Sun, 4 Sep 2011 17:02:19 +0000 (20:02 +0300)
committernotaz <notaz@pixelinis>
Mon, 5 Sep 2011 21:18:01 +0000 (00:18 +0300)
commiteb3668fc5dab138073cd4844208ac05b94086a4a
tree78f8f4b762c262221114b5da4f4b493245c6ced6
parent43c24b301dc8c0c5952e1d22bad865f4304d01f8
initial pandora port, with hardware scaling and stuff
16 files changed:
.gitignore
common.h
gp2x/gp2x.c
gp2x/gp2x.h
gui.c
input.c
main.c
pandora/Makefile [new file with mode: 0644]
pandora/linux/fbdev.c [new file with mode: 0644]
pandora/linux/fbdev.h [new file with mode: 0644]
pandora/linux/omapfb.h [new file with mode: 0644]
pandora/linux/xenv.c [new file with mode: 0644]
pandora/linux/xenv.h [new file with mode: 0644]
pandora/pnd.c [new file with mode: 0644]
pandora/pnd.h [new file with mode: 0644]
video.c