GP2X Screen Synchronization With Minimal Library


steelbox

Still Fresh
Joined
Dec 24, 2005
Messages
8
Hello :D
I start a 3d library with some friends. We use the GP2X minimal library SDK (thanks Rlyeh). We have some problems with the screen synchronization.
I would like to know how to use gp2x_video_hsync() and gp2x_video_vsync() to have a good synchronization. I look in the neo geo emulator source but they don't use these fonctions. Is there other projects to see how to do the synchronization with the minimal library ?

Thank you B)
 
When working with the minilib, I grabbed the MameGP2x sources which use the minimal.h library for use as an example. Check the src/gp2x/ directory. Specifically, video.c seems to use quite a bit of the library.

Hope this helps
 
Back
Top