mirror of
https://github.com/ApacheThunder/SCKILL.git
synced 2025-06-18 11:05:50 -04:00
Bump version number to 0.5.2
This commit is contained in:
parent
730a197429
commit
93fb8d7574
@ -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())
|
||||
|
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user