Updated Nintendo DS support

Frank Zago

This patch updates the DS port:
- do not use the now removed compat layer.
- integrate parts of libgl2D since I got permission from the author, and thus
removed an external dependancy,
- a few bugs fixes.

Now, the textures should be completely supported, except reading from them
which doesn't makes sense to have on the DS. Sound is still not supported.

If someone else wants to work on the missing pieces, feel free.
This commit is contained in:
Sam Lantinga 2012-02-12 21:04:01 -05:00
parent 9514b6a286
commit 982b4b8c20
11 changed files with 613 additions and 99 deletions

View file

@ -42,7 +42,7 @@ LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project (order is important)
#---------------------------------------------------------------------------------
LIBS := -lSDL -lgl2d -lfat -lnds9
LIBS := -lSDL -lfat -lnds9
#---------------------------------------------------------------------------------