This commit is contained in:
boreddevnl
2026-02-27 16:19:11 +01:00
parent f9d84d434e
commit 8c6d751254
25 changed files with 237 additions and 166 deletions

View File

@@ -129,6 +129,7 @@ char fat32_get_current_drive(void);
// Utilities
void fat32_normalize_path(const char *path, char *normalized);
bool fs_starts_with(const char *str, const char *prefix);
// Desktop Limit
void fat32_set_desktop_limit(int limit);