mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 17:59:16 +01:00
*r418 didn't compile becaue I forgot to remove the GOROUND stuff on the carousel button
This commit is contained in:
parent
aaa2a3f25f
commit
37bfe50fe2
@ -3153,20 +3153,20 @@ static int MenuDiscList()
|
|||||||
VIDEO_WaitVSync ();
|
VIDEO_WaitVSync ();
|
||||||
|
|
||||||
if(carosselleBtn.GetState() == STATE_CLICKED) {
|
if(carosselleBtn.GetState() == STATE_CLICKED) {
|
||||||
carosselleBtn.SetEffect(EFFECT_GOROUND, 80, 180, 50, -45, 1);
|
// carosselleBtn.SetEffect(EFFECT_GOROUND, 80, 180, 50, -45, 1);
|
||||||
countBtn.SetEffect(EFFECT_GOROUND, -80, 180, 50, -45, 1);
|
// countBtn.SetEffect(EFFECT_GOROUND, -80, 180, 50, -45, 1);
|
||||||
abcBtn.SetEffect(EFFECT_GOROUND, 80, 180, 50, -45, 1);
|
// abcBtn.SetEffect(EFFECT_GOROUND, 80, 180, 50, -45, 1);
|
||||||
favoriteBtn.SetEffect(EFFECT_GOROUND, -80, 360, 50, -45, 1);
|
// favoriteBtn.SetEffect(EFFECT_GOROUND, -80, 360, 50, -45, 1);
|
||||||
wiiBtn.SetEffect(EFFECT_GOROUND, 80, 180, 150, 180, 1);
|
// wiiBtn.SetEffect(EFFECT_GOROUND, 80, 180, 150, 180, 1);
|
||||||
poweroffBtn.SetEffect(EFFECT_GOROUND, -80, 360, 150, 50, 1);
|
// poweroffBtn.SetEffect(EFFECT_GOROUND, -80, 360, 150, 50, 1);
|
||||||
sdcardBtn.SetEffect(EFFECT_GOROUND, 80, 360, 150, 80, 1);
|
// sdcardBtn.SetEffect(EFFECT_GOROUND, 80, 360, 150, 80, 1);
|
||||||
poweroffBtn.SetEffect(EFFECT_GOROUND, -80, 360, 60, 180, 1);
|
// poweroffBtn.SetEffect(EFFECT_GOROUND, -80, 360, 60, 180, 1);
|
||||||
settingsBtn.SetEffect(EFFECT_GOROUND, 80, 360, 200, 180, 1);
|
// settingsBtn.SetEffect(EFFECT_GOROUND, 80, 360, 200, 180, 1);
|
||||||
homeBtn.SetEffect(EFFECT_GOROUND, 80, 360, 200, 180, 1);
|
// homeBtn.SetEffect(EFFECT_GOROUND, 80, 360, 200, 180, 1);
|
||||||
installBtn.SetEffect(EFFECT_GOROUND, -80, 360, 60, -90, 1);
|
// installBtn.SetEffect(EFFECT_GOROUND, -80, 360, 60, -90, 1);
|
||||||
gridBtn.SetEffect(EFFECT_GOROUND, -80, 360, 50, 0, 1);
|
// gridBtn.SetEffect(EFFECT_GOROUND, -80, 360, 50, 0, 1);
|
||||||
DownloadBtn.SetEffect(EFFECT_GOROUND, 100, 720, 300, 0, 1);
|
// DownloadBtn.SetEffect(EFFECT_GOROUND, 100, 720, 300, 0, 1);
|
||||||
carosselleBtn.ResetState();
|
// carosselleBtn.ResetState();
|
||||||
}
|
}
|
||||||
|
|
||||||
//CLOCK
|
//CLOCK
|
||||||
|
Loading…
Reference in New Issue
Block a user