mirror of
https://github.com/ApacheThunder/SCKILL.git
synced 2025-06-19 03:25:32 -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) {
|
void change_settings(char *path) {
|
||||||
for (int cursor = 0;;) {
|
for (int cursor = 0;;) {
|
||||||
iprintf("\x1b[2J"
|
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("%cAutosave: %i\n", cursor == 0 ? '>' : ' ', settings.autosave);
|
||||||
iprintf("%cSRAM Patch: %i\n", cursor == 1 ? '>' : ' ', settings.sram_patch);
|
iprintf("%cSRAM Patch: %i\n", cursor == 1 ? '>' : ' ', settings.sram_patch);
|
||||||
@ -575,7 +575,7 @@ int main() {
|
|||||||
|
|
||||||
consoleDemoInit();
|
consoleDemoInit();
|
||||||
|
|
||||||
iprintf("SCFW Kernel v0.5.1 GBA-mode\n\n");
|
iprintf("SCFW Kernel v0.5.2 GBA-mode\n\n");
|
||||||
|
|
||||||
*(vu16*) 0x04000204 = 0x40c0;
|
*(vu16*) 0x04000204 = 0x40c0;
|
||||||
if (overclock_ewram())
|
if (overclock_ewram())
|
||||||
|
@ -49,7 +49,7 @@ int main() {
|
|||||||
|
|
||||||
consoleDemoInit();
|
consoleDemoInit();
|
||||||
|
|
||||||
iprintf("SCFW v0.5.1 GBA-mode\n\n");
|
iprintf("SCFW v0.5.2 GBA-mode\n\n");
|
||||||
|
|
||||||
_my_io_scsd.startup();
|
_my_io_scsd.startup();
|
||||||
if (fatMountSimple("fat", &_my_io_scsd)) {
|
if (fatMountSimple("fat", &_my_io_scsd)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user