Search results

  1. J

    GP2X High Battery Usage

    I've found that the few small programs I've written for the GP2x require a fully charged battery or the AC adapter to run, otherwise they just go to a black screen. However, programs such as SquidgeSnes and the menu run just fine with a low battery. Is this from using SDL? I'm talking about a...
  2. J

    GP2X Optimizing A Routine For Speed

    Today I spent some time creating some primitive graphic functions using SDL, here is a quick code snippet: /* GFX_Rect (SDL_Surface, X, Y, X2, Y2, Color) Usage: Draws a hollow rectangle in specified color on specified Surface SDL_Surface: The Surface to draw on X,Y: Starting...
  3. J

    GP2X Lets Talk About Joysticks

    Originally, I wrote some joystick code that took axis readings much like a conventional joystick, or a PC d-pad. When it didn't work, I realized that the stick on the Gp2x was digital. Now that I'm back to the drawing board, I know how to make it work, however I'm wondering on the best way to...
  4. J

    GP2X Hello Everyone

    Hey all, I just discovered the Gp2x as a friend has purchased one. As a programmer, I'm excited to start developing for it. I love 2d games, and miss the era when they were king, so its encouraging to see a platform I can develop for that has a good following. You'll be seeing more of me, Jon
Back
Top