-set optimize level of wiiflow from min size to max speed,

sure the dol is bigger but therefore wiiflow is more stable
-fixed exit to doesnt work with parental lock enabled
This commit is contained in:
fix94.1 2012-07-10 15:41:34 +00:00
parent ce39e0c307
commit 3aa8dde58d
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ ios := 249
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
CFLAGS = -g -Os -Wall -Wextra -Wno-multichar $(MACHDEP) $(INCLUDE) -DHAVE_CONFIG_H
CFLAGS = -g -O3 -Wall -Wextra -Wno-multichar $(MACHDEP) $(INCLUDE) -DHAVE_CONFIG_H
CXXFLAGS = $(CFLAGS)
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map,--section-start,.init=0x80B00000,-wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,malloc_usable_size

View File

@ -216,7 +216,7 @@ void CMenu::LoadView(void)
void CMenu::exitHandler(int ExitTo)
{
gprintf("Exit WiiFlow called\n");
if(!m_locked && !m_disable_exit)
if(!m_disable_exit)
{
m_exit = true;
if(ExitTo == 1) // HBC