From b4a7b236807f2ed03f450938f41c51d122914e19 Mon Sep 17 00:00:00 2001 From: dimok321 <15055714+dimok789@users.noreply.github.com> Date: Mon, 1 Jun 2009 17:50:42 +0000 Subject: [PATCH] *little fix --- Languages/french | 3 ++- gui.pnproj | 2 +- source/fatmounter.c | 7 +++++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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:/"); }