8.0.3 small bugfix

This commit is contained in:
XFlak 2025-04-15 11:07:33 +03:00
parent 10c6c18d57
commit cc949c88c8
4 changed files with 16 additions and 7 deletions

View File

@ -24,7 +24,7 @@ chcp 437>nul
::::PUSHD "%~dp0"
::POPD
set currentversion=8.0.2
set currentversion=8.0.3
set d2x-bundled=11-beta3
set currentversioncopy=%currentversion%
set agreedversion=
@ -9812,7 +9812,7 @@ set DB=N
::--followup--
IF "%Drive%"=="" set Drive=COPY_TO_SD
IF "%DriveU%"=="" set DriveU=COPY_TO_USB
set "DRIVErestore=
set DRIVErestore=
if /i "%cmdlinemode%" NEQ "Y" set USBCONFIG=
::set USBCONFIG=
@ -26822,12 +26822,21 @@ if /i "%MENU1%" EQU "FC" goto:skipchange
if not "%REALDRIVE%"=="" set "DRIVE=%REALDRIVE%"
if /i "%USBCONFIG%" NEQ "USB" goto:skipchange
if /i "%WADNAME%" EQU "WiiBackupManager.zip" set "DRIVE=%DRIVEU%"
if /i "%name%" EQU "USB Loader GX" set "DRIVE=%DRIVEU%"
if /i "%name%" EQU "Configurable USB-Loader" set "DRIVE=%DRIVEU%"
if /i "%name%" EQU "WiiFlow" set "DRIVE=%DRIVEU%"
if /i "%name%" EQU "CleanRip" set "DRIVE=%DRIVEU%"
if /i "%name%" EQU "Nintendont" set "DRIVE=%DRIVEU%"
if /i "%PATH1%" EQU "Program Files\FAT32_GUI_Formatter\" set "DRIVE=%DRIVEU%"
if /i "%PATH1%" EQU "Program Files\NKit\" set "DRIVE=%DRIVEU%"
if /i "%PATH1%" EQU "Program Files\GCBM\" set "DRIVE=%DRIVEU%"
:skipchange
if /i "%MENU1%" EQU "S" set DRIVE=temp
if not exist "%Drive%" mkdir "%Drive%"

View File

@ -43,7 +43,7 @@ Exit
::----------------------------------------------------------
set currentversion=8.0.2
set currentversion=8.0.3
if exist Support\settings.bat call Support\settings.bat
set d2x-bundled=11-beta3
set d2x-beta-rev=%d2x-bundled%

View File

@ -1,4 +1,4 @@
set DBversion=25.04.14
set DBversion=25.04.15
if "%CurrentDLNAME%"=="" goto:DBend
call "Support\subscripts\ClearDB.bat"
goto:%CurrentDLNAME%
@ -2815,8 +2815,8 @@ set code1=yawmME
set "dlname=%code1%.zip"
set "wadname=%dlname%"
::create wm_config if missing to set startup IOS to IOS36; does not apply if ahbprot enabled
if not exist "%Drive%\WAD" mkdir "%Drive%\WAD"
if not exist "%Drive%"\WAD\wm_config.txt echo cIOSVersion=36> "%Drive%"\WAD\wm_config.txt
if /i "%MENU1%" EQU "H" if not exist "%Drive%\WAD" mkdir "%Drive%\WAD"
if /i "%MENU1%" EQU "H" if not exist "%Drive%"\WAD\wm_config.txt echo cIOSVersion=36> "%Drive%"\WAD\wm_config.txt
goto:DBend
:usbfolder

View File

@ -1,6 +1,6 @@
::get info and return to caller UNLESS temp\currentversion.txt is detected, not currentversionInfo.txt
@echo off
set newversion=8.0.2
set newversion=8.0.3
set changelogURL=https://modmii.github.io/changelog.html
set "wabmplast=%wabmp%"