Recent content by manika

  1. M

    GP32 Need Help!

    minigp32 and devkitadv are SDKs (Software Development Kit) for the GP32 which let u use the gp_ Functions that you probably have used in the tutorial like in synkro's tutorial the gp_SetFont8() method. This is a function that u can only use if your compiler knows how it works which is only the...
  2. M

    GP32 Need Help!

    well, what kind of problem is it? i assume (i know i know, one should never assume) you're talking about a gp32 tutorial, right? have you tried compiling the code that's in the tutorial? does it work? if it doesn't i guess your compiler config or makefile (or whatever else there is, I don't know...
  3. M

    GP32 Gp32 Tutorial 03 "structure, Prototyping"

    actually I think your ideas for this third tutorial are not bad at all, it just might be too much new stuff for one tut, so it might be better to split it into 2 or 3 small ones that connect to a big one in the end. Like starting off with just one particle and no typedef and just having it move...
  4. M

    GP32 Doublebuffering With Mrmirko's Sdk

    jesus f...... christ I'm so stupid, thanks so much, i even doublechecked that line and didn't see it the first time and the second time I wrote that program. Thanks again.
  5. M

    GP32 Doublebuffering With Mrmirko's Sdk

    ok, so here is my problem: I'm using doublebuffering as explained in synkro's tutorial no. 3 but for some reason it doesn't work and I just don't know why. in the program below I was trying to draw a circle on framebuffer[0], display it and the start drwaing the same circle on framebuffer[1]...
Back
Top