diff --git a/SCFW_Kernel_GBA/source/main.c b/SCFW_Kernel_GBA/source/main.c index 207439b..74c5d0c 100644 --- a/SCFW_Kernel_GBA/source/main.c +++ b/SCFW_Kernel_GBA/source/main.c @@ -499,7 +499,7 @@ void selectFile(char *path) { void change_settings(char *path) { for (int cursor = 0;;) { iprintf("\x1b[2J" - "SCFW Kernel v0.5.1 GBA-mode\n\n"); + "SCFW Kernel v0.5.2 GBA-mode\n\n"); iprintf("%cAutosave: %i\n", cursor == 0 ? '>' : ' ', settings.autosave); iprintf("%cSRAM Patch: %i\n", cursor == 1 ? '>' : ' ', settings.sram_patch); @@ -575,7 +575,7 @@ int main() { consoleDemoInit(); - iprintf("SCFW Kernel v0.5.1 GBA-mode\n\n"); + iprintf("SCFW Kernel v0.5.2 GBA-mode\n\n"); *(vu16*) 0x04000204 = 0x40c0; if (overclock_ewram()) diff --git a/SCFW_Stage2_GBA/source/main.c b/SCFW_Stage2_GBA/source/main.c index 4adb2e0..ee81f8d 100644 --- a/SCFW_Stage2_GBA/source/main.c +++ b/SCFW_Stage2_GBA/source/main.c @@ -49,7 +49,7 @@ int main() { consoleDemoInit(); - iprintf("SCFW v0.5.1 GBA-mode\n\n"); + iprintf("SCFW v0.5.2 GBA-mode\n\n"); _my_io_scsd.startup(); if (fatMountSimple("fat", &_my_io_scsd)) {