mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 17:59:16 +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
|
Updatefailed = Mise à Jour échouée
|
||||||
Updatedol = DOL seul
|
Updatedol = DOL seul
|
||||||
Updateall = Totale
|
Updateall = Totale
|
||||||
|
Updateto = vers la
|
||||||
USBLoaderisprotected = USB Loader GX est verrouillé
|
USBLoaderisprotected = USB Loader GX est verrouillé
|
||||||
USBDevicenotfound = Périphérique USB introuvable
|
USBDevicenotfound = Périphérique USB introuvable
|
||||||
VideoMode = Mode vidéo
|
VideoMode = Mode vidéo
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
Loadingstandardmusic = Carregando música padrão.
|
Loadingstandardmusic = Carregando música padrão.
|
||||||
Lock = Bloquear
|
Lock = Bloquear
|
||||||
LockConsole = Bloquear Configurações
|
LockConsole = Bloquear Configurações
|
||||||
Patchcountrystrings = Patch Definições Regionais
|
Patchcountrystrings = Patch Jogos Importados
|
||||||
Missingfiles = Ficheiros em falta
|
Missingfiles = Ficheiros em falta
|
||||||
Networkiniterror = Erro ao inicializar ligação de rede
|
Networkiniterror = Erro ao inicializar ligação de rede
|
||||||
Neither = Nenhum
|
Neither = Nenhum
|
||||||
@ -184,6 +184,7 @@
|
|||||||
Updatefailed = Erro ao actualizar
|
Updatefailed = Erro ao actualizar
|
||||||
Updatedol = Actualizar DOL
|
Updatedol = Actualizar DOL
|
||||||
Updateall = Actualizar Tudo
|
Updateall = Actualizar Tudo
|
||||||
|
Updateto = Actualizando para
|
||||||
VideoMode = Modo de Vídeo
|
VideoMode = Modo de Vídeo
|
||||||
VIDTVPatch = Patch VIDTV
|
VIDTVPatch = Patch VIDTV
|
||||||
Volume = Volume
|
Volume = Volume
|
||||||
@ -205,6 +206,6 @@
|
|||||||
SChinese = Chinês Simplificado
|
SChinese = Chinês Simplificado
|
||||||
TChinese = Chinês Tradicional
|
TChinese = Chinês Tradicional
|
||||||
Korean = Coreano
|
Korean = Coreano
|
||||||
// Portuguese(pt-pt) Language File rev10 (31-05-2009 11:41 GMT) for USB Loader GX 1
|
// Portuguese(pt-pt) Language File rev11 (02-06-2009 18:02 GMT) for USB Loader GX 1
|
||||||
// Initial tests with Loader rev433
|
// Added strings for rev450
|
||||||
// Translated by Sky8000
|
// Translated by Sky8000
|
@ -208,3 +208,4 @@ updating = Actualizando
|
|||||||
Updatedol = Actualizar DOL
|
Updatedol = Actualizar DOL
|
||||||
Updateall = Actualizar Todo
|
Updateall = Actualizar Todo
|
||||||
Patchcountrystrings = Parche Frases de País
|
Patchcountrystrings = Parche Frases de País
|
||||||
|
Updateto = Actualizar a
|
||||||
|
@ -102,7 +102,7 @@ Loadingstandardlanguage =
|
|||||||
Loadingstandardmusic = 載入預設音樂
|
Loadingstandardmusic = 載入預設音樂
|
||||||
Lock = 鎖定
|
Lock = 鎖定
|
||||||
LockConsole = 鎖定控制台
|
LockConsole = 鎖定控制台
|
||||||
MP3Menu = MP3 ¿ï³æ
|
Patchcountrystrings = 修改國別設定
|
||||||
Missingfiles = 缺少的檔案
|
Missingfiles = 缺少的檔案
|
||||||
Networkiniterror = 網路啟動錯誤
|
Networkiniterror = 網路啟動錯誤
|
||||||
Neither = 皆不顯示
|
Neither = 皆不顯示
|
||||||
@ -183,6 +183,9 @@ updating =
|
|||||||
Updatepath = 更新路徑
|
Updatepath = 更新路徑
|
||||||
Updatepathchanged = 更新路徑已變更
|
Updatepathchanged = 更新路徑已變更
|
||||||
Updatefailed = 更新失敗
|
Updatefailed = 更新失敗
|
||||||
|
Updatedol = 僅升級 dol
|
||||||
|
Updateall = 升級所有檔案
|
||||||
|
Updateto = 升級至
|
||||||
VideoMode = 影像格式
|
VideoMode = 影像格式
|
||||||
VIDTVPatch = VIDTV 修改
|
VIDTVPatch = VIDTV 修改
|
||||||
Volume = 音量
|
Volume = 音量
|
||||||
|
@ -320,6 +320,9 @@ s32 Apploader_Run(entry_point *entry, u8 cheat, u8 videoSelected, u8 vipatch, u8
|
|||||||
if(patchcountrystring == 1)
|
if(patchcountrystring == 1)
|
||||||
PatchCountryStrings(dst, len);
|
PatchCountryStrings(dst, len);
|
||||||
|
|
||||||
|
/* ERROR 002 fix (thanks to WiiPower for sharing this)*/
|
||||||
|
*(u32 *)0x80003140 = *(u32 *)0x80003188;
|
||||||
|
|
||||||
DCFlushRange(dst, len);
|
DCFlushRange(dst, len);
|
||||||
}
|
}
|
||||||
/* Set entry point from apploader */
|
/* Set entry point from apploader */
|
||||||
|
Loading…
Reference in New Issue
Block a user