Sdl Beta3 Release!


chui

Certified Guru
Joined
Jul 15, 2003
Messages
78
New SDL for GP32 release ! It's a small solve-bugs but very important.

- Based on main SDL 1.2.7 corrects a lot of bugs.
- LibC-wrap changes.
- New resolutions (8 an 16 bit color): 240x160 and 160x144 scaled with assembler blit/scale.

You can download precompiled libraries or source code at sdl-gp32 homepage:

http://sdl-gp32.sourceforge.net
 
Yay! Now we should be seeing Descent shorty, right :p

Nice job, I think your a machine chui :p
 
Yo !

libc wrap is always in a .h ?
is it reasonable ?

(as I took your zlib port for KOF, I had problems with that ;) )

Thor

PS: good work ! as usual...
 
Yes, i try convert libc functions i use static inline and define functions.

This method may be grow object code.

So, you can download SDL source code and compile without static inline.

Other zlib must run ok. This problem is a link dependence of main SDL lib.
 
Back
Top