mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 09:49:21 +01:00
*ERROR 002 fix (thanks to WiiPower for sharing this)
This commit is contained in:
parent
06cf1b1965
commit
40e534cb53
@ -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
|
||||
|
@ -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
|
@ -208,3 +208,4 @@ updating = Actualizando
|
||||
Updatedol = Actualizar DOL
|
||||
Updateall = Actualizar Todo
|
||||
Patchcountrystrings = Parche Frases de País
|
||||
Updateto = Actualizar a
|
||||
|
@ -102,7 +102,7 @@ Loadingstandardlanguage =
|
||||
Loadingstandardmusic = 載入預設音樂
|
||||
Lock = 鎖定
|
||||
LockConsole = 鎖定控制台
|
||||
MP3Menu = MP3 ¿ï³æ
|
||||
Patchcountrystrings = 修改國別設定
|
||||
Missingfiles = 缺少的檔案
|
||||
Networkiniterror = 網路啟動錯誤
|
||||
Neither = 皆不顯示
|
||||
@ -183,6 +183,9 @@ updating =
|
||||
Updatepath = 更新路徑
|
||||
Updatepathchanged = 更新路徑已變更
|
||||
Updatefailed = 更新失敗
|
||||
Updatedol = 僅升級 dol
|
||||
Updateall = 升級所有檔案
|
||||
Updateto = 升級至
|
||||
VideoMode = 影像格式
|
||||
VIDTVPatch = VIDTV 修改
|
||||
Volume = 音量
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user