mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add error message if compat.ini can't be found
This commit is contained in:
parent
637d15434e
commit
0973fea7ce
46 changed files with 50 additions and 0 deletions
|
@ -19,8 +19,10 @@
|
|||
|
||||
#include "Common/Log.h"
|
||||
#include "Common/Data/Format/IniFile.h"
|
||||
#include "Common/Data/Text/I18n.h"
|
||||
#include "Common/File/VFS/VFS.h"
|
||||
#include "Common/StringUtils.h"
|
||||
#include "Common/System/OSD.h"
|
||||
#include "Core/Compatibility.h"
|
||||
#include "Core/Config.h"
|
||||
#include "Core/System.h"
|
||||
|
@ -41,6 +43,10 @@ void Compatibility::Load(const std::string &gameID) {
|
|||
// This loads from assets.
|
||||
if (compat.LoadFromVFS(g_VFS, "compat.ini")) {
|
||||
CheckSettings(compat, gameID);
|
||||
} else {
|
||||
auto e = GetI18NCategory(I18NCat::ERRORS);
|
||||
std::string msg = ApplySafeSubstitutions(e->T("File not found: %1"), "compat.ini");
|
||||
g_OSD.Show(OSDType::MESSAGE_ERROR, msg, 3.0f);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -487,6 +487,7 @@ Error reading file = خطأ في قرأة الملف.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = error reading file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Грешка при четенето на файла.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = error reading file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Chyba při čtení souboru.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Fejl ved læsning af fil.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Fehler beim Lesen der Datei.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Laden der Programmdatei fehlgeschlagen:
|
||||
File corrupt = Datei beschädigt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Fehlerhaftes einlesen der Spieldisk: ISO fehlerhaft.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = erormi te' fail mane.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -503,6 +503,7 @@ Error reading file = Error reading file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Error al leer el archivo.
|
|||
Failed initializing CPU/Memory = Fallo inicializando CPU o memoria.
|
||||
Failed to load executable: = Fallo al cargar el ejecutable:
|
||||
File corrupt = Archivo corrupto.
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Error de lectura: ISO corrupta.
|
||||
GenericAllStartupError = Error al iniciar los gráficos. Prueba a actualizar tu controlador gráfico.
|
||||
GenericBackendSwitchCrash = PPSSPP falló durante la inicialización de los gráficos. Prueba a actualizar los controladores gráficos.\n\nSe ha cambiado el motor gráfico:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Error al leer el archivo.
|
|||
Failed initializing CPU/Memory = Falló al iniciar CPU o memoria.
|
||||
Failed to load executable: = Falló al cargar ejecutable:
|
||||
File corrupt = Archivo corrupto.
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Falló al cargar disco de juego: ISO corrupta.
|
||||
GenericAllStartupError = Fallo al iniciar los gráficos de cualquier API. Intenta actualizar los drivers de los gráficos y de otros.
|
||||
GenericBackendSwitchCrash = Fallo al iniciar los gráficos. Intenta actualizar los drivers de los gráficos.\n\nLa API de los gráficos ha sido cambiado:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = .خطا در خواندن فایل
|
|||
Failed initializing CPU/Memory = خطا در نصب CPU و حافظه
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = error reading file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Erreur lors de la lecture du fichier.
|
|||
Failed initializing CPU/Memory = Échec d'initialisation du CPU ou de la mémoire
|
||||
Failed to load executable: = Le chargement de l'exécutable a échoué :
|
||||
File corrupt = Fichier corrompu
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Erreur de lecture du disque de jeu : ISO corrompu.
|
||||
GenericAllStartupError = Échec du démarrage de PPSSPP avec tous les back-ends graphiques.\n\nEssayez de mettre à jour les pilotes graphiques et autres.
|
||||
GenericBackendSwitchCrash = Plantage lors du démarrage de PPSSPP.\n\nC'est généralement dû à un problème de pilotes graphiques. Essayez de mettre à jour les pilotes graphiques.\n\nLe back-end graphique a été changé :
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Erro o ler o arquivo
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Σφάλμα ανάγνωσης αρχείου.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Αδυναμιά φόρτωσης εκτελέσιμου αρχείου:
|
||||
File corrupt = Κατεστραμμένο αρχείο
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Σφάλμα ανάγνωσης δίσκου: κατεστραμμένο ISO.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = קריאת קובץ נכשלה.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = .הלשכנ ץבוק תאירק
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Greška tijekom čitanja datoteke.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Greška u čitanju slike diska: ISO korumpiran.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Fájl olvasási hiba.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = A futtatható állomány betöltése sikertelen:
|
||||
File corrupt = A fájl sérült
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Játék lemez olvasási hiba: sérült ISO.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Kesalahan saat membaca berkas.
|
|||
Failed initializing CPU/Memory = Gagal menginisialisasi CPU atau memori
|
||||
Failed to load executable: = Gagal memuat yang dapat dieksekusi:
|
||||
File corrupt = Berkas rusak
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Kesalahan pembacaan disk permainan: ISO rusak.
|
||||
GenericAllStartupError = PPSSPP gagal memulai dengan penyangga grafis apa pun. Coba perbarui grafis Anda dan driver lainnya
|
||||
GenericBackendSwitchCrash = PPSSPP mogok saat memulai.\n\nIni biasanya berarti masalah driver grafis. Coba tingkatkan driver grafis Anda.\n\nPenyangga grafis telah dialihkan:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Errore nella Lettura del File.
|
|||
Failed initializing CPU/Memory = Errore di inizializzazione della CPU o della memoria
|
||||
Failed to load executable: = Caricamento dell'eseguibile fallito:
|
||||
File corrupt = File corrotto
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Errore di lettura disco del gioco: ISO corrotta.
|
||||
GenericAllStartupError = PPSSPP non è stato in grado di avviare tutti i backend grafici. Si consiglia di provare ad aggiornare i driver della scheda grafica.
|
||||
GenericBackendSwitchCrash = PPSSPP ha crashato all'avvio.\n\nCiò è solitamente dovuto a un problema con i driver grafici. Prova ad aggiornare i driver della scheda grafica.\n\nI backend grafici sono stati cambiati:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = ファイルを読み込めません。
|
|||
Failed initializing CPU/Memory = CPUメモリが初期化できません。
|
||||
Failed to load executable: = 実行ファイルを読み込めません:
|
||||
File corrupt = ファイルが壊れています
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = ゲームディスクを読み込めません: ISOが壊れています
|
||||
GenericAllStartupError = PPSSPPは起動時にクラッシュしました。 可能な場合はグラフィックスドライバーの更新をしてください。
|
||||
GenericBackendSwitchCrash = PPSSPPは起動時にクラッシュしました。\n\n グラフィックスドライバーの問題が考えられます。 可能な場合はグラフィックスドライバーの更新をしてください。\n\n グラフィックスバックエンドを変更しました:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Galat nalika maca berkas.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = 파일 읽기 오류입니다.
|
|||
Failed initializing CPU/Memory = CPU 또는 메모리 초기화 실패
|
||||
Failed to load executable: = 실행 파일 불러오기 실패:
|
||||
File corrupt = 파일 손상
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = 게임 디스크 읽기 오류: ISO 손상되었습니다.
|
||||
GenericAllStartupError = PPSSPP가 그래픽 백엔드로 시작하지 못했습니다. 그래픽 및 기타 드라이버를 업그레이드해 보세요.
|
||||
GenericBackendSwitchCrash = 시작하는 동안 PPSSPP가 충돌했습니다.\n\n이것은 일반적으로 그래픽 드라이버 문제를 의미합니다. 그래픽 드라이버를 업그레이드해 보세요.\n\n그래픽 백엔드가 전환되었습니다:
|
||||
|
|
|
@ -493,6 +493,7 @@ Error reading file = Error reading file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = ເກີດຂໍ້ຜິດພາດໃນການອ
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Klaida skaitant failą.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Pembacaan fail bermasalah.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Kan het bestand niet lezen.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = error reading file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Błąd podczas odczytywania pliku.
|
|||
Failed initializing CPU/Memory = Nie można zainicjować CPU lub pamięci
|
||||
Failed to load executable: = Nie udało się uruchomić pliku wykonywalnego:
|
||||
File corrupt = Uszkodzony plik
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Nie można odczytać danych z dysku - plik ISO uszkodzony.
|
||||
GenericAllStartupError = PPSSPP nie może uruchomić żadnego trybu grafiki. Spróbuj zaktualizować swoje sterowniki do karty graficznej (oraz pozostałe).
|
||||
GenericBackendSwitchCrash = PPSSPP - wystąpił błąd podczas uruchamiania emulatora.\n\nMoże to oznaczać problem ze sterownikiem do karty graficznej. Spróbuj go zaktualizować.\n\nSilnik graficzny został zmieniony:
|
||||
|
|
|
@ -503,6 +503,7 @@ Error reading file = Erro ao ler o arquivo.
|
|||
Failed initializing CPU/Memory = Falhou em inicializar a CPU ou a memória
|
||||
Failed to load executable: = Falhou em carregar o executável:
|
||||
File corrupt = Arquivo corrompido
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Erro de leitura do disco do jogo: ISO corrompida.
|
||||
GenericAllStartupError = O PPSSPP falhou em iniciar com qualquer backend gráfico. Tente atualizar seus gráficos e outros drivers.
|
||||
GenericBackendSwitchCrash = O PPSSPP teve um crash enquanto iniciava.\n\nIsto geralmente significa um problema do driver gráfico. Tente atualizar seus drivers gráficos.\n\nO backend dos gráficos foi trocado:
|
||||
|
|
|
@ -503,6 +503,7 @@ Error reading file = Erro ao ler o ficheiro.
|
|||
Failed initializing CPU/Memory = Erro ao inicializar a CPU/memória.
|
||||
Failed to load executable: = Erro ao carregar o executável:
|
||||
File corrupt = Ficheiro Corrompido
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Erro de leitura do disco do jogo: ISO corrompida.
|
||||
GenericAllStartupError = O PPSSPP falhou em iniciar com todos backends gráficos disponíveis. Tenta atualizar os seus gráficos e outros drivers.
|
||||
GenericBackendSwitchCrash = O PPSSPP crashou enquanto iniciava.\n\nIsto geralmente significa que há um problema no driver dos gráficos. Tenta atualizar os drivers.\n\nO backend dos gráficos foi trocado:
|
||||
|
|
|
@ -480,6 +480,7 @@ Error reading file = Eroare la citire fișier.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Game disc read error: ISO corrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Ошибка при чтении файла.
|
|||
Failed initializing CPU/Memory = Не удалось инициализировать ЦП или память
|
||||
Failed to load executable: = не удалось запустить:
|
||||
File corrupt = файл поврежден
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Ошибка чтения игрового диска: ISO повреждён.
|
||||
GenericAllStartupError = Не удалось запустить PPSSPP ни с одним графическим бэкендом. Попробуйте обновить графические и другие драйвера.
|
||||
GenericBackendSwitchCrash = При запуске PPSSPP произошла ошибка.\n\nОбычно это происходит из-за проблем с графическим драйвером. Попробуйте обновить графические драйвера.\n\nГрафический бэкенд был изменен:
|
||||
|
|
|
@ -480,6 +480,7 @@ Error reading file = Fel vid filläsning.
|
|||
Failed initializing CPU/Memory = Misslyckades initiera CPU eller memory
|
||||
Failed to load executable: = Misslyckades ladda executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Läsfel: ISO korrupt.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -480,6 +480,7 @@ Error reading file = Mali sa pagbasa ng file
|
|||
Failed initializing CPU/Memory = Bigong i-initialize ang CPU o memory
|
||||
Failed to load executable: = Bigong i-load ang executable:
|
||||
File corrupt = Sira ang file
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Error sa pagbabasa ng disc ng laro: Nasira ang ISO.
|
||||
GenericAllStartupError = Nabigo ang PPSSPP na magsimula gamit ang anumang graphics backend. Subukang i-upgrade ang iyong mga graphics at iba pang mga driver.
|
||||
GenericBackendSwitchCrash = Nag-crash ang PPSSPP habang nagsisimula.\nn Karaniwang nangangahulugan ito ng problema sa driver ng graphics. Subukang i-upgrade ang iyong mga graphics driver.\nn\Graphics backend ay inilipat na:
|
||||
|
|
|
@ -489,6 +489,7 @@ Error reading file = เกิดข้อผิดพลาดในการ
|
|||
Failed initializing CPU/Memory = ล้มเหลวในช่วงเริ่มต้นการทำงานของซีพียู หรือหน่วยความจำ
|
||||
Failed to load executable: = ล้มเหลวในการโหลดไฟล์ปฏิบัติการ:
|
||||
File corrupt = ไฟล์เสียหาย
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = ไม่สามารถอ่านตัวเกมได้ - ไฟล์ ISO เสียหาย
|
||||
GenericAllStartupError = PPSSPP ไม่สามารถเริ่มต้นทำงานด้วยรูปแบบการสนับสนุนกราฟิกใด ๆ ให้ลองอัพเดทไดรเวอร์การ์ดจอ และไดรเวอร์อื่น ๆ ดูก่อน
|
||||
GenericBackendSwitchCrash = PPSSPP หยุดการทำงานขณะเริ่ม\n\nซึ่งสาเหตุหลักๆ อาจมาจากปัญหาไดรเวอร์ ให้ลองอัพเดทไดรเวอร์การ์ดจอดูก่อน\n\nสลับไปใช้รูปแบบการสนับสนุนกราฟิก:
|
||||
|
|
|
@ -481,6 +481,7 @@ Error reading file = Dosya okumada hata.
|
|||
Failed initializing CPU/Memory = CPU veya bellek başlatılamadı
|
||||
Failed to load executable: = Yürütülebilir dosya yüklenemedi:
|
||||
File corrupt = Bozuk dosya
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Oyun diskini okurken hata oluştu: ISO bozuk.
|
||||
GenericAllStartupError = PPSSPP, herhangi bir grafik arkaucuyla başlatılamadı. Ekran kartınızı ve diğer sürücüleri yükseltmeyi deneyin.
|
||||
GenericBackendSwitchCrash = PPSSPP başlatılırken çöktü.\n\n Bu genellikle bir ekran kartı sürücüsü sorunu anlamına gelir. Sürücüyü güncellemeyi deneyin.\n\nGrafik arka ucu değiştirildi:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = Помилка при читанні файлу.
|
|||
Failed initializing CPU/Memory = Невдала ініціалізація процесора/пам'яті
|
||||
Failed to load executable: = Не вдалось завантажити:
|
||||
File corrupt = Файл пошкоджений
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Помилка читання ігрового диску: ISO пошкоджено.
|
||||
GenericAllStartupError = PPSSPP не вдалося запустити з жодним графічним бекендом. Спробуйте оновити графічні та інші драйвери.
|
||||
GenericBackendSwitchCrash = PPSSPP вийшов з ладу під час запуску.\n\nЗазвичай це означає проблему з графічним драйвером. Спробуйте оновити драйвери відеокарти.\n\nГрафічний бекенд було змінено:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = có lỗi khi đọc file.
|
|||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Lỗi đọc đĩa: ISO bị hỏng.
|
||||
GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers.
|
||||
GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = 读取文件时出错。
|
|||
Failed initializing CPU/Memory = 初始化CPU或内存失败
|
||||
Failed to load executable: = 无法加载可执行文件:
|
||||
File corrupt = 文件损坏
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = 游戏光盘读取错误:ISO损坏。
|
||||
GenericAllStartupError = PPSSPP无法使用任何图形后端启动,请尝试升级图形和其他驱动程序。
|
||||
GenericBackendSwitchCrash = 启动时PPSSPP崩溃了。\n\n这通常意味着图形驱动程序问题,请尝试升级图形驱动程序。\n\n图形后端已切换:
|
||||
|
|
|
@ -479,6 +479,7 @@ Error reading file = 無法讀取檔案
|
|||
Failed initializing CPU/Memory = 無法初始化 CPU 或記憶體
|
||||
Failed to load executable: = 無法載入可執行檔:
|
||||
File corrupt = 檔案損毀
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = 遊戲光碟讀取錯誤:ISO 損毀
|
||||
GenericAllStartupError = PPSSPP 無法以任何圖形後端啟動,請嘗試更新您的圖形和其他驅動程式
|
||||
GenericBackendSwitchCrash = PPSSPP 在啟動時當機\n\n這通常表示出現了圖形驅動程式問題,請嘗試升級圖形驅動程式\n\n圖形後端已切換:
|
||||
|
|
Loading…
Add table
Reference in a new issue