Search results

  1. D

    Floating Point

    I've looked over the docs and searched google but am a bit confused. This processor seems to have support for floats but is it "free" (ie, just code normally and it will compile to use the HW correctly) or do we need to explicitly use NEON instructions? (wtf is NEON exactly anyhow?) Will we...
  2. D

    Opengl Es On Mac

    Has anyone got an ES environment on the mac? I'm downloading the iPhone SDK now because that seems to have ES 1.1 emulation but I'd really like to work with 2.0. Also of interest, http://developer.hybrid.fi/dgles/index.html. It's a ES -> OpenGL wrapper so you can dev without an emulator.
  3. D

    GP2X Fast Framebuffer Clear

    Hi, I've just got Rlyeh's Minimal Library working with my app but I'm wondering what's the fastest way to clear the framebuffer (in minlib, so maybe in upper 32?) and my depth buffer (my allocation) ? Memset seems pretty slow...
  4. D

    Sd Refresh

    Why is it that after I copy files to the SD via USB they don't show up unless I reboot the machine? This is very annoying :(
  5. D

    Corrupted Sd?

    So, I think gngeo managed to corrupt my SD while dumping GFX. It locked up in the middle of the dump so I turned off the 2X. When I start it back up, the 2X hangs until I removed the card. I've tried viewing it on my windows pc through a card reader and windows just gets pissed at me when I...
  6. D

    Problem With Clock() And New Toolchain

    I've switched from using the official SDK and am now using the toolchain provided here. My code worked fine in the official SDK, but with this new (much faster I might add) toolchain I'm having troubles with clock(). I'm using clock() as part of my score keeping mechanism and it is returning...
  7. D

    Grow - V0.3

    I've released grow v0.3. This version adds scoring saving as well as an indicator for best split time. I've also re-worked the scoring to give a much higher bonus for long split times. Enjoy! Download here: grow v0.3 (link fixed) ===================================== | grow...
  8. D

    GP2X Writing To The Sd

    I'm having a hard time writing to the SD. It creates the file, but it's empty. I gather that I need to sync the SD card somehow, but I haven't been able to figure out how. My code works fine in windows.
  9. D

    Best Gp2x-able Shump?

    Howdy all. What are some good SHUMPs that will run on the GP2X? I just dropped some quarters on some arcade action and now I'm craving some at home :)
  10. D

    Breakpoints In Dev-c++

    So I'm totally daft... how do I get breakpoints to work in dev-c++? I've never used this program and I'm too lazy to set up a real environment :P Edit: bah. nevermind. I had "generate debugging information" turned on but it wasn't working. I fucked around some more and managed to make it...
  11. D

    Firmware Version

    I bought a used GP2X with what I assume had firmware 2.0 on it. It boots up really quick and says 2.0 on the splash screen... But when I tried to follow http://www.gp32x.de/board/index.php?showtopic=27848 to set up Samba, I got stopped right out of the gate. On my Settings screen there is no...
  12. D

    Spout

    This game is fantastic. I can't stop playing it. I've probably put in 2 or 3 hours on it in the past couple of days. The gameplay/control is just perfect. Can anyone recommend other homebrew games that are this addicting? Maybe even ones not on the GP2X yet that I could port. Thanks!
Back
Top