Skip to content

Commit

Permalink
- Bump GC Loader firmware version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Jul 19, 2023
1 parent 393353e commit f481fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cube/swiss/source/main.c
Expand Up @@ -252,8 +252,8 @@ int main(int argc, char *argv[])
if(strverscmp(swissSettings.gcloaderTopVersion, gcloaderVersionStr) < 0) {
strlcpy(swissSettings.gcloaderTopVersion, gcloaderVersionStr, sizeof(swissSettings.gcloaderTopVersion));
}
if(strverscmp(swissSettings.gcloaderTopVersion, "2.0.0") < 0) {
find_existing_entry("gcldr:/GCLoader_Updater_2.0.[0-1]*.dol", true);
if(strverscmp(swissSettings.gcloaderTopVersion, "2.0.1") < 0) {
find_existing_entry("gcldr:/GCLoader_Updater_2.0.1*.dol", true);
uiDrawObj_t *msgBox = DrawPublish(DrawMessageBox(D_INFO, "A firmware update is available.\ngc-loader.com/firmware-updates"));
wait_press_A();
DrawDispose(msgBox);
Expand Down
1 change: 1 addition & 0 deletions cube/swiss/source/nkit.c
Expand Up @@ -53,6 +53,7 @@ static const struct {
{ "GCLoader_Updater_2.0.0.BETA.dol", 838240, 0xDDB903C9CD1BCFAA },
{ "GCLoader_Updater_2.0.0.dol", 838240, 0xDCF7E6BE86E334A9 },
{ "GCLoader_Updater_2.0.1.BETA.dol", 1176704, 0x5264440845874534 },
{ "GCLoader_Updater_2.0.1.dol", 1176672, 0x04B8A4BC92D821DD },
};

static const dvddiskid NDDEMO = {
Expand Down

0 comments on commit f481fde

Please sign in to comment.