Skip to content

Commit

Permalink
Bump version number to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-maniac committed Apr 3, 2024
1 parent 730a197 commit 93fb8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SCFW_Kernel_GBA/source/main.c
Expand Up @@ -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);
Expand Down Expand Up @@ -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())
Expand Down
2 changes: 1 addition & 1 deletion SCFW_Stage2_GBA/source/main.c
Expand Up @@ -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)) {
Expand Down

0 comments on commit 93fb8d7

Please sign in to comment.