Search results

  1. M

    GP32 sinus function problem

    hi.. i try to use the sinus function with gcc & devkitadv but the output is always bullshit. here my code .. if(sin(90)==1) /*for degrees*/ GpTextOut(NULL, &gpDraw[nflip], 0, 0, "Degrees", 0); if(sin(M_PI/2)==1) /*for radians*/ GpTextOut(NULL, &gpDraw[nflip], 0, 0, "Radians", 0)...
  2. M

    GP32 turn on VSync with SDL & MiniGP32

    when i do fast sprite moving i can see the sprite is flickering a bit. how could i wait for vertical sync befor flipping the surface? thx
Back
Top