Version 1.1

This commit is contained in:
GaryOderNichts 2023-04-01 12:20:49 +02:00
parent b90158c146
commit df66e207da
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ TOPDIR ?= $(CURDIR)
APP_NAME := WiiUIdent
APP_SHORTNAME := WiiUIdent
APP_AUTHOR := GaryOderNichts
APP_VERSION := 1.0
APP_VERSION := 1.1
DATABASE_URL := wiiu.gerbilsoft.com
include $(DEVKITPRO)/wut/share/wut_rules

View File

@ -88,7 +88,7 @@ const char desc[] =
"\uff65 Security level (keyset), sataDevice, consoleType, BSP revision\n"
"\uff65 boardType, boardRevision, bootSource, ddr3Size, ddr3Speed, ddr3Vendor\n"
"\uff65 MLC manufacturer, revision, name, size, and CID\n"
"\uff65 SHA-256 hash of OTP (to prevent duplicates)\n"
"\uff65 Device certificate and SHA-256 hash of OTP (to prevent duplicates)\n"
"\n"
"Do you want to submit your console's system data?\n";
}