Skip to content

Commit 10d9056

Browse files
committed
[core] Update FatFs submodule and KallistiOS.
Also fix some startup issues.
1 parent 23b6310 commit 10d9056

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

lib/fatfs

sdk/doc/KallistiOS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8fb6ea27eb3fd8f6f1d08bdafffa627883b17185
1+
c601a70e93d67872953d2c091d496101c5692c56

src/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@ int InitDS() {
319319
strcat(fn, " &");
320320
setenv("STARTUP_CMD", fn, 1);
321321
}
322-
else {
323-
setenv("STARTUP_CMD", "", 1);
324-
}
325322

326323
#ifdef DS_DEBUG
327324
uint64 t_end = timer_ms_gettime64();

0 commit comments

Comments
 (0)