no message

This commit is contained in:
Bea 2020-07-04 03:49:02 +02:00
parent 0bb56031d7
commit 28d84f30bb

View File

@ -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