mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-11-27 05:34:17 +01:00
GC - fixed wide screen support in vWii for nintendont (CFG.vwii_mode was set too early)
This commit is contained in:
parent
eadf7f3d65
commit
853b7f3e2a
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ include $(DEVKITPPC)/wii_rules
|
||||
# SOURCES is a list of directories containing source code
|
||||
# INCLUDES is a list of directories containing extra header files
|
||||
#---------------------------------------------------------------------------------
|
||||
VERSION := 70r78.9
|
||||
VERSION := 70r78.10
|
||||
RELEASE := release
|
||||
# to override RELEASE use: make announce RELEASE=beta
|
||||
ifeq ($(findstring compat,$(VERSION)),compat)
|
||||
|
@ -2685,7 +2685,8 @@ void action_Console(Widget *ww)
|
||||
|
||||
char about_title[] = "Configurable SD/USB Loader";
|
||||
char about_str2[] =
|
||||
"by oggzee,Dr.Clipper,FIX94,R2-D2199,airline38,Howard"
|
||||
"by oggzee,Dr.Clipper,FIX94,R2-D2199,airline38,Howard,"
|
||||
"NiTRo THe DeMoN"
|
||||
"\n\n"
|
||||
"CREDITS: "
|
||||
"Waninkoko Kwiirk Hermes WiiGator Spaceman Spiff WiiPower "
|
||||
|
@ -91,6 +91,8 @@ int main(int argc, char **argv)
|
||||
mem_init();
|
||||
Sys_Init();
|
||||
|
||||
cfg_parsearg_early(argc, argv);
|
||||
|
||||
/* Identify if we are on WII or WIIU in crediar way, Thanks! */
|
||||
if((*HW_PROCESSOR >> 16) == 0xCAFE)
|
||||
{
|
||||
@ -101,7 +103,6 @@ int main(int argc, char **argv)
|
||||
CFG.vwii_mode = false;
|
||||
}
|
||||
|
||||
cfg_parsearg_early(argc, argv);
|
||||
InitDebug();
|
||||
// reset in 60 seconds in case an exception (CODE DUMP) occurs
|
||||
#if OGC_VER >= 180
|
||||
|
@ -14,6 +14,12 @@ metaxml=</long_description>
|
||||
metaxml=<ahb_access/>
|
||||
metaxml=</app>
|
||||
|
||||
release = 70r78.10
|
||||
size = 1902240
|
||||
date = 2015-05-23
|
||||
url = http://cfgusbloader.ntd.homelinux.org/trac/CfgUSBLoader/chrome/site/binaries/dol/r10/cfg70r78.10-222.dol
|
||||
-GC - fixed wide screen support in vWii for nintendont (CFG.vwii_mode was set too early)
|
||||
|
||||
release = 70r78.9
|
||||
size = 1902240
|
||||
date = 2015-05-13
|
||||
|
@ -14,6 +14,12 @@ metaxml=</long_description>
|
||||
metaxml=<ahb_access/>
|
||||
metaxml=</app>
|
||||
|
||||
release = 70r78.10
|
||||
size = 1902208
|
||||
date = 2015-05-23
|
||||
url = http://cfgusbloader.ntd.homelinux.org/trac/CfgUSBLoader/chrome/site/binaries/dol/r10/cfg70r78.10.dol
|
||||
-GC - fixed wide screen support in vWii for nintendont (CFG.vwii_mode was set too early)
|
||||
|
||||
release = 70r78.9
|
||||
size = 1902208
|
||||
date = 2015-05-13
|
||||
|
Loading…
Reference in New Issue
Block a user