This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
NDS update
Frank Zago to SDL I've cleaned up a few bugs in the nds code. A few more tests now pass. There's still a few things to do, but overall I think it's starting to be in a good shape. The patch also includes a bug fix for SDL_ConvertSurfaceFormat() (gcc warning).
- Loading branch information
Showing
with
84 additions
and 61 deletions.
- +11 −8 Makefile.ds
- +24 −4 README.ds
- +24 −29 src/render/nds/SDL_ndsrender.c
- +1 −1 src/timer/nds/SDL_systimer.c
- +1 −1 src/video/SDL_surface.c
- +3 −1 src/video/nds/SDL_ndsevents.c
- +20 −17 src/video/nds/SDL_ndsvideo.c