Recent content by mutzel

  1. M

    It's true

    *megalol* :lol:
  2. M

    GP32 sinus function problem

    ups i am sorry ... i thought there is no need to translate the (german) word "sinus" into english .. i did't know the word sine yet :D but there is still the sine-problem .. i tested some values ... sin(2.139)=1.172 sin(2.159)=-1.512 .. the return values seams not to be the same like any...
  3. M

    GP32 sinus function problem

    sprintf(string,"%f",float) this code crashes the geepee emu .. only sprintf(string,"%d",int) works fine :( libm.a is already linked .. without -lm i cannot compile ..
  4. 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)...
  5. M

    GP32 Little help geting started on c++

    i have this problem too ... it would be nice if anyone can post a tutorial how to make makefiles
  6. 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
  7. M

    GP32 Newstart

    i tried out minigp32.. but it does not work ... i got this error from SCITE EDIT: the command line returns this
  8. M

    GP32 Newstart

    i triedout this tutorial but i got an error after typing make.exe whats wrong? EDIT: ... ops .. iam sorry ... every thing works fine ... i just need to change into the test dir ... :unsure:
Back
Top