Search results

  1. U

    Freeing Memory From A Function?

    Thanks for that! A pointer to pointer was what i was looking for. If you have to do this *ppbullet = bullet; // return new bullet pointer value what exactly does *bullet point to when you have assigned it originally? struct bullet *bullet = *ppbullet;
  2. U

    Freeing Memory From A Function?

    Hi I am not sure how i can properly pass a pointer that has been allocated memory to another function and then free it. What i am doing currently is this struct bullet *plasmaStart = NULL; struct bullet *plasmaCurrent = NULL; struct bullet *plasmaNew = NULL; struct bullet *plasmaTemp = NULL...
  3. U

    Motion

    I am also pretty new to programming but i will see if i can help. :) You want to ship to move 1 pixel every frame right? This confuses me a bit in your render function if (tick <= gLastTick) { SDL_Delay(1); return; } This is to cap the framerate i think? I would just use...
  4. U

    Firewhip Demo 1 Released

    I agree about the difficulty, but it is really promising to be a great game! Looking forward to more releases. :)
  5. U

    I Got Gpsp (gba) Running With Sound!

    Well done zodttd! It is always interesting reading your updates. Keep up the good work! :)
  6. U

    Gp2x In Zoo Magazine

    GP2X has also appeared in UK pc gamer this month. They have a gift guide for Christmas and it has the gp2x as 'Santa's must buy'. :) This is what they say - "Can there really be such a thing as a games-capable pocket PC? As long as your definition of 'games capable' comes from 1996, yes. The...
  7. U

    Nintendo Virtual Console Games On The Gp2x

    Ah well probably wishful thinking then. :( Would be interesting to see what they are going to with the games, will just have to wait a few more days. Thanks for your replies.
  8. U

    Nintendo Virtual Console Games On The Gp2x

    I was wondering if it would be legal to play the games you buy from the virtual console on the gp2x? As far as i understand you buy the game and it downloads straight to your sd card so you don't modify the file in any way, just put the sd card in the gp2x and load up the rom. The emulators are...
  9. U

    Lik-sang.com Closes Down

    Not sure if this has been said before. Sony denies responsibility for closure of Lik-Sang.. http://www.gamesindustry.biz/content_page.php?aid=20564
  10. U

    Lik-sang.com Closes Down

    Thats a disgrace, I thought Sony did well with playstation and playstation 2 but the way they have been trying to set up the ps3 especially in Europe i think i may wait a good while longer until i decide if i want one. Lik-sang seemed to be one of the best place for imports, i really woudnt care...
  11. U

    GP2X Brillaint Set Of Sdl Tutorials

    Yeah those are really great SDL tutorials. LinuxDevCenter also have a few, here is one http://www.linuxdevcenter.com/pub/a/linux/...-using-sdl.html Pretty rare to find a tutorial that does C instead of C++ :)
  12. U

    Dynarec Completed For Psx4all Project.

    This is amazing news! Thanks for keeping us updated zodttd. Also looking forward to your results X-Code! :)
  13. U

    Gp2x File Arcive

    If what you say about your wife is true then iam very sorry about that and i dont think anybody would wish that on anyone(no matter what they say). I woudnt mind you criticising a file but its just the manner its done in and if its actually ment to help the person, iam sure programming is...
  14. U

    High Score Web Site

    I think it would be a very good idea, i hope it comes true!. :)
  15. U

    Psx4gp2x Public Beta 2 Released.

    I think that is to do with this More accurate FPS counter with more information available in the menu. In ff7 it runs a bit faster but the framerate counter says it is less than last beta.
  16. U

    Psx4gp2x Public Beta 2 Released.

    Tried FF9(PAL) aswell, it still just hangs with black screen at start. Front mission 3(PAL) still crashes around the same point after all the movies have finished and it starts to go ingame. Oddworld Abes Exoddus(PAL) now works! :D All settings on default. It has some graphical trailing...
  17. U

    Psx4gp2x Beta Testers Thread

    Yeah i have been on the look out for more playstation games since i have found out about this emulator.:D Thanks alot for the updates zodttd and Unai!
  18. U

    Psx4gp2x Beta Testers Thread

    Yeah thanks alot for updating us guys!! :)
  19. U

    Marfitude

    Ah ok thanks alot for clearing it up for me hehe.
  20. U

    Marfitude

    Are you sure? This is from the website Compiling from Source In theory, the source compiles for Linux, FreeBSD, Darwin, and cross compiles to Windows with MinGW - in theory. There's no configure script, just run GNU 'make' from the top level and watch it break. A 'make install' puts everything...
Back
Top