mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-12-26 17:41:48 +01:00
properly implement restarthbf option
This commit is contained in:
parent
966ab01ab7
commit
d3c43babf2
@ -7,6 +7,7 @@
|
||||
#include "Tools/SelectIos.h"
|
||||
|
||||
extern bool runaway;
|
||||
extern bool restarthbf;
|
||||
|
||||
/*** Extern variables ***/
|
||||
extern GuiWindow * mainWindow;
|
||||
@ -128,7 +129,7 @@ endPrompt()
|
||||
|
||||
if(hbf.GetState() == STATE_CLICKED)
|
||||
{
|
||||
WII_LaunchTitle(0x0001000154484246);
|
||||
restarthbf = true;
|
||||
menu = MENU_EXIT;
|
||||
stop = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user