b1-b4 :)
The default verge quickbuttons have been mapped to the gp's ABXY buttons (can't remember which one is which at the moment.)
So for example if you do this
if(b1)
{
do_something();
}
On the PC when the user hits the space bar verge will run the function do_something(), on the gp verge will run the function do_something() when the user hits the A button. The
joy.button[button] array has also been mapped to the GP buttons across ABXYRL, start and select (I think the joystick click as well). The keyboard hasn't been mapped to anything yet because I r sux!