diff --git a/Languages/french b/Languages/french index f8d9afd8..cb75c1fb 100644 --- a/Languages/french +++ b/Languages/french @@ -186,6 +186,7 @@ Updatepathchanged = Dossier de Mise Updatefailed = Mise à Jour échouée Updatedol = DOL seul Updateall = Totale +Updateto = vers la USBLoaderisprotected = USB Loader GX est verrouillé USBDevicenotfound = Périphérique USB introuvable VideoMode = Mode vidéo diff --git a/Languages/portuguese_pt b/Languages/portuguese_pt index 792f42e6..dbcaa762 100644 --- a/Languages/portuguese_pt +++ b/Languages/portuguese_pt @@ -102,7 +102,7 @@ Loadingstandardmusic = Carregando música padrão. Lock = Bloquear LockConsole = Bloquear Configurações - Patchcountrystrings = Patch Definições Regionais + Patchcountrystrings = Patch Jogos Importados Missingfiles = Ficheiros em falta Networkiniterror = Erro ao inicializar ligação de rede Neither = Nenhum @@ -184,6 +184,7 @@ Updatefailed = Erro ao actualizar Updatedol = Actualizar DOL Updateall = Actualizar Tudo + Updateto = Actualizando para VideoMode = Modo de Vídeo VIDTVPatch = Patch VIDTV Volume = Volume @@ -205,6 +206,6 @@ SChinese = Chinês Simplificado TChinese = Chinês Tradicional Korean = Coreano - // Portuguese(pt-pt) Language File rev10 (31-05-2009 11:41 GMT) for USB Loader GX 1 - // Initial tests with Loader rev433 + // Portuguese(pt-pt) Language File rev11 (02-06-2009 18:02 GMT) for USB Loader GX 1 + // Added strings for rev450 // Translated by Sky8000 \ No newline at end of file diff --git a/Languages/spanish b/Languages/spanish index 932576b8..5e0485a2 100644 --- a/Languages/spanish +++ b/Languages/spanish @@ -208,3 +208,4 @@ updating = Actualizando Updatedol = Actualizar DOL Updateall = Actualizar Todo Patchcountrystrings = Parche Frases de País +Updateto = Actualizar a diff --git a/Languages/tchinese b/Languages/tchinese index d93cf967..b29f8c27 100644 --- a/Languages/tchinese +++ b/Languages/tchinese @@ -102,7 +102,7 @@ Loadingstandardlanguage = Loadingstandardmusic = ¸ü¤J¹w³]­µ¼Ö Lock = Âê©w LockConsole = Âê©w±±¨î¥x -MP3Menu = MP3 ¿ï³æ +Patchcountrystrings = ­×§ï°ê§O³]©w Missingfiles = ¯Ê¤ÖªºÀÉ®× Networkiniterror = ºô¸ô±Ò°Ê¿ù»~ Neither = ¬Ò¤£Åã¥Ü @@ -183,6 +183,9 @@ updating = Updatepath = §ó·s¸ô®| Updatepathchanged = §ó·s¸ô®|¤wÅܧó Updatefailed = §ó·s¥¢±Ñ +Updatedol = ¶È¤É¯Å dol +Updateall = ¤É¯Å©Ò¦³ÀÉ®× +Updateto = ¤É¯Å¦Ü VideoMode = ¼v¹³®æ¦¡ VIDTVPatch = VIDTV ­×§ï Volume = ­µ¶q diff --git a/source/apploader.c b/source/apploader.c index 44c23b2f..bff667ab 100644 --- a/source/apploader.c +++ b/source/apploader.c @@ -320,6 +320,9 @@ s32 Apploader_Run(entry_point *entry, u8 cheat, u8 videoSelected, u8 vipatch, u8 if(patchcountrystring == 1) PatchCountryStrings(dst, len); + /* ERROR 002 fix (thanks to WiiPower for sharing this)*/ + *(u32 *)0x80003140 = *(u32 *)0x80003188; + DCFlushRange(dst, len); } /* Set entry point from apploader */