no message
This commit is contained in:
parent
0bb56031d7
commit
28d84f30bb
@ -196,14 +196,14 @@ void menuThreadMain(void)
|
|||||||
if (menuShouldExit)
|
if (menuShouldExit)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
else
|
if ((scanHeldKeys() & menuCombo) == menuCombo)
|
||||||
{
|
{
|
||||||
menuEnter();
|
menuEnter();
|
||||||
if(isN3DS) N3DSMenu_UpdateStatus();
|
if(isN3DS) N3DSMenu_UpdateStatus();
|
||||||
PluginLoader__UpdateMenu();
|
PluginLoader__UpdateMenu();
|
||||||
menuShow(&rosalinaMenu);
|
menuShow(&rosalinaMenu);
|
||||||
menuLeave();
|
menuLeave();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Check for home button on O3DS Mode3 with plugin loaded
|
// Check for home button on O3DS Mode3 with plugin loaded
|
||||||
|
Reference in New Issue
Block a user