Save bytes, add screenshots into main and more
- Also run script on bootup if a script called startup.te is found on the root of the sd - Saved bytes by just disabling making exfat partitions, lol
This commit is contained in:
@@ -5929,6 +5929,7 @@ FRESULT f_mkfs (
|
||||
|
||||
#if FF_FS_EXFAT
|
||||
if (fmt == FS_EXFAT) { /* Create an exFAT volume */
|
||||
LEAVE_MKFS(FR_NO_FILESYSTEM); // Muh frii bytes
|
||||
DWORD szb_bit, szb_case, sum, nb, cl;
|
||||
WCHAR ch, si;
|
||||
UINT j, st;
|
||||
|
||||
Reference in New Issue
Block a user