mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-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:
parent
ce39e0c307
commit
3aa8dde58d
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ ios := 249
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# 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)
|
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
|
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
|
||||||
|
@ -216,7 +216,7 @@ void CMenu::LoadView(void)
|
|||||||
void CMenu::exitHandler(int ExitTo)
|
void CMenu::exitHandler(int ExitTo)
|
||||||
{
|
{
|
||||||
gprintf("Exit WiiFlow called\n");
|
gprintf("Exit WiiFlow called\n");
|
||||||
if(!m_locked && !m_disable_exit)
|
if(!m_disable_exit)
|
||||||
{
|
{
|
||||||
m_exit = true;
|
m_exit = true;
|
||||||
if(ExitTo == 1) // HBC
|
if(ExitTo == 1) // HBC
|
||||||
|
Loading…
Reference in New Issue
Block a user