diff --git a/Languages/french b/Languages/french index 01784c56..f75c61f9 100644 --- a/Languages/french +++ b/Languages/french @@ -103,7 +103,8 @@ Loadingstandardlanguage = Chargement de la langue par d Loadingstandardmusic = Chargement musique standard. Lock = Verrouiller LockConsole = Verrouiller la console -MP3Menu = Menu MP3 +//MP3Menu = Menu MP3 +Patchcountrystrings = Patch Jeux Import Missingfiles = Fichier(s) manquant(s) Networkiniterror = Erreur d'initialisation réseau Neither = Aucun diff --git a/gui.pnproj b/gui.pnproj index b333d5ee..215be797 100644 --- a/gui.pnproj +++ b/gui.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/fatmounter.c b/source/fatmounter.c index d1cdf513..347861ee 100644 --- a/source/fatmounter.c +++ b/source/fatmounter.c @@ -7,12 +7,14 @@ #include #include -#define CACHE 4 -#define SECTORS 64 +//these are the only stable and speed is good +#define CACHE 32 +#define SECTORS 128 int USBDevice_Init() { + return 0; //closing all open Files write back the cache and then shutdown em! fatUnmount("USB:/"); //right now only mounts first partition @@ -24,6 +26,7 @@ int USBDevice_Init() void USBDevice_deInit() { + return; //closing all open Files write back the cache and then shutdown em! fatUnmount("USB:/"); }