Bump version number to 0.5.2

This commit is contained in:
Metroid Maniac 2024-04-03 20:58:51 +01:00
parent 730a197429
commit 93fb8d7574
2 changed files with 3 additions and 3 deletions

View File

@ -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())

View File

@ -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)) {