pspgl under 2.00 with eboot loader 0.85
pspgl under 2.00 with eboot loader 0.85
I have tried to get a basic pspgl app working under 2.00 with eboot loader 0.85 but nothing happens when i start the app. Has anyone had any success with pspgl and eboot loader?
Can you try the samples in PSPGL's test/ directory with the latest PSPGL in SVN? rRootage also seems to be busted (it just hangs), and as far as we can tell, it happened after the code in pspgl_ge_init.c was updated. I've tried to make it as close to sceGuInit()'s GE init as possible, but now there are registers being written twice during the init process which could be screwing things up. There's also the possibility that sceGuInit() is different in Sony's SDK for 2.0 than the 1.0-based version in PSPSDK.
In any case, I think the version of pspgl_ge_init.c before revision 1543 definitely worked on 2.0. Maybe we should just go back to that version...
In any case, I think the version of pspgl_ge_init.c before revision 1543 definitely worked on 2.0. Maybe we should just go back to that version...
Hmm, no, I don't know which revision of PSPGL dot_blank was using when it did work for him. The revision before 1543 definitely doesn't work.mrbrown wrote:In any case, I think the version of pspgl_ge_init.c before revision 1543 definitely worked on 2.0. Maybe we should just go back to that version...