mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 01:09:16 +01:00
little fix. i took out a variable in the last version that is needed to move the covers right. oops.
Also, use flat 2d covers, the fake 3d ones look like shit on this. and if you have your wii in 4/3 mode it wont show anything (i don't think it will. i didn't test it).
This commit is contained in:
parent
ad05aa93c1
commit
e18b154156
@ -1035,10 +1035,10 @@ void GuiGameGrid::Update(GuiTrigger * t)
|
||||
if(!((buttons & WPAD_BUTTON_A) || (buttons & WPAD_BUTTON_PLUS) || t->Right())) {
|
||||
btnRight->ResetState();
|
||||
speed=SHIFT_SPEED;
|
||||
goback=1;
|
||||
//goback=1;
|
||||
return;
|
||||
}
|
||||
//goRight=12;
|
||||
goRight=12;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user