Search results

  1. A

    Beats Of Rage Mmu Hack Doesn't Init

    Hi, Tried to get BoR running, wierdly it ran first time with bor.pak but since then nothing. Symptoms: log file will say: MMU Hack didnt load - GP2X couldnt init!! (or words to that effect) and will return to the main menu. I have tried@ bor.pak in same dir as OpenBor.GPE, in the pak file...
  2. A

    Best C++ Beginners Guide You Have Seen?

    Hi, I used to be a competent programmer many moons ago, but am now trying to learn C++ but getting no where fast, one problem is doing a google brings up millions of instructional web sites, can anyone help seperate the wheat from the chaff? Can you recommend a good beginners guide? cheers all.
  3. A

    Reliable Vsync Needed

    Hi, Did first bit of code today (whooo hooo), running on Firmware 2.10 and have come across the vsync issue. I nicked DZZ's code: void WaitForVSync() { while(g_pusRegs[0x1182>>1]&(1<<4)) ; } According to the demo thread this doesnt work on v2.0 (or 2.1 it looks like as well). I cant find...
  4. A

    Newbie Devcpp Compiler Errors.. What A Basic Mistake To Make...

    Hi, following the wiki on http://wiki.gp2x.org/wiki/Using_Devcpp I end up with the following compiler errors. I managed to make the gpe outside of the devcpp environment but inside devcpp its a no go :( can anyone help? sorry for such a lame first question but never coded in c/c++ before and...
Back
Top