Search results

  1. B

    Current Gp2x Issues Wiki

    The conclusion on the WIKI for the USB issues on the GP2X is a little 'dramatic' isn't it? :blink: Windows' built in USB mass storage driver works with literally hundreds of USB storage devices, I don't really see it being the cause of these USB issues.
  2. B

    GP2X Vertical Line Problem

    I'm using Ryleh's Minimal Library v0.A, and after a day's worth of debugging think I have found a problem either with the library, or something silly I keep overlooking. I'm loading a JPG, then converting it to 8bit palettized. I've created a simple greyscale palette, so the image should look...
  3. B

    GP2X Some Basic References & Tutorials

    I've made a quick reference to Ryleh's minimal library because I find it much easier to work if I have a window open with a reference to the APIs I'm using. I'm not sure if this'll help anyone else since its a really quick & dirty version but you can find it here...
  4. B

    GP2X Devkitgp2x

    I've got a problem with a library conflict in devkitGP2X. It would seem libc.a includes a series of functions in pthread.a that are of a different size - causing a conflict. Unfortunately I need to use both libraries for SDL :(...
Back
Top