Search results

  1. L

    Gmenu2x

    Are you talking about the autorun? If you want to boot from nand, you have to edit the autorun.gpu file. Change cd /mnt/sd/gmenu2x to cd /mnt/nand/gmenu2x I'd really like to a see a final release of this, too. The only major problem I'm experiencing is that some apps run slower after launching...
  2. L

    Wiz-Ti92: A Ti-92 Calculator Emulator V1.1.0 For Wiz

    Okay, thanks. :) Actually I found out that you can access the F keys from the on-screen keyboard as well.
  3. L

    Wiz-Ti92: A Ti-92 Calculator Emulator V1.1.0 For Wiz

    I'm sorry, but would you mind answering my question as well? ;)
  4. L

    Wiz-Ti92: A Ti-92 Calculator Emulator V1.1.0 For Wiz

    This is great! Thanks. :) I don't own a TI calculator, but this is still MUCH better than the inbuilt calculator. ;) One question though, is there a way to change the current F "tab"? Since the Wiz has too little keys for direct F key emulation, it would be need if one was able to navigate...
  5. L

    Using Code::blocks

    Hey, thanks again. Statically-linked programs seem to work indeed. I added some printf()'s to the code, and it seems like the program exits on SDL_SetVideoMode(): ... SDL_Init(SDL_INIT_JOYSTICK | SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_TIMER); printf("SDL_Init\n"); screen =...
  6. L

    Using Code::blocks

    Thanks. :) I totally forgot to mention that I already read that post - I did modify the .so files and I set the flags as mentioned in the post. I will try to use termula2x, thanks! Too bad I won't be able to within the next days, I can't wait.
  7. L

    Using Code::blocks

    Hello! I got my Wiz a couple of days ago and I'm really happy with it. :) Now I got interested in developing homebrew - I followed this tutorial. http://wiki.gp2x.org/wiki/Using_CodeBlocks It seems to work fine - I can successfully compile the example. The only problem is, it won't run on my...
Back
Top