mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Handle zipped extracted ISOs a little better (don't try to install them as savedata)
This commit is contained in:
+6
-1
@@ -468,6 +468,7 @@ void DetectZipFileContents(zip_t *z, ZipFileInfo *info) {
|
||||
int filesInRoot = 0;
|
||||
int directoriesInRoot = 0;
|
||||
bool hasParamSFO = false;
|
||||
bool isExtractedISO = false;
|
||||
bool hasIcon0PNG = false;
|
||||
s64 totalFileSize = 0;
|
||||
|
||||
@@ -532,6 +533,8 @@ void DetectZipFileContents(zip_t *z, ZipFileInfo *info) {
|
||||
}
|
||||
isSaveStates = true;
|
||||
info->gameTitle = fn;
|
||||
} else if (endsWith(zippedName, "psp_game/sysdir/eboot.bin") || endsWith(zippedName, "psp_game/sysdir/boot.bin")) {
|
||||
isExtractedISO = true;
|
||||
} else if (endsWith(zippedName, "/param.sfo")) {
|
||||
// Get the game name so we can display it.
|
||||
std::string paramSFOContents;
|
||||
@@ -574,13 +577,15 @@ void DetectZipFileContents(zip_t *z, ZipFileInfo *info) {
|
||||
info->stripChars = stripCharsTexturePack;
|
||||
info->ignoreMetaFiles = true;
|
||||
info->contents = ZipFileContents::TEXTURE_PACK;
|
||||
} else if (stripChars == 0 && filesInRoot == 0 && hasParamSFO && hasIcon0PNG) {
|
||||
} else if (stripChars == 0 && filesInRoot == 0 && hasParamSFO && hasIcon0PNG && !isExtractedISO) {
|
||||
// As downloaded from GameFAQs, for example.
|
||||
info->contents = ZipFileContents::SAVE_DATA;
|
||||
} else if (isFrameDump) {
|
||||
info->contents = ZipFileContents::FRAME_DUMP;
|
||||
} else if (isSaveStates) {
|
||||
info->contents = ZipFileContents::SAVE_STATES;
|
||||
} else if (isExtractedISO && hasParamSFO) {
|
||||
info->contents = ZipFileContents::EXTRACTED_GAME;
|
||||
} else {
|
||||
info->contents = ZipFileContents::UNKNOWN;
|
||||
}
|
||||
|
||||
@@ -171,6 +171,7 @@ enum class ZipFileContents {
|
||||
TEXTURE_PACK,
|
||||
SAVE_DATA,
|
||||
FRAME_DUMP,
|
||||
EXTRACTED_GAME,
|
||||
SAVE_STATES,
|
||||
};
|
||||
|
||||
|
||||
@@ -238,6 +238,11 @@ void InstallZipScreen::CreateContentViews(UI::ViewGroup *parent) {
|
||||
leftColumn->Add(new TextView(zipFileInfo_.contentName));
|
||||
// It's a frame dump, add a play button!
|
||||
break;
|
||||
case ZipFileContents::EXTRACTED_GAME:
|
||||
// We can do something smarter here later.
|
||||
leftColumn->Add(new TextView(GetFriendlyPath(zipPath_)));
|
||||
leftColumn->Add(new TextView(er->T("File format not supported")));
|
||||
break;
|
||||
case ZipFileContents::UNKNOWN:
|
||||
leftColumn->Add(new TextView(iz->T("Zip file does not contain PSP software"), ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NONE)));
|
||||
break;
|
||||
|
||||
@@ -530,6 +530,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 format not supported = صيغة الملف غير مدعومة # AI translated
|
||||
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.
|
||||
|
||||
@@ -526,6 +526,7 @@ Error reading file = fayl oxunuşunda yanlış.
|
||||
Failed initializing CPU/Memory = OİB (CPU) ya da yaddaşı başlatmaq uğursuz oldu
|
||||
Failed to load executable: = işlənə bilənin yüklənişi uğursuz oldu:
|
||||
File corrupt = Fayl korlanıb
|
||||
File format not supported = Fayl formatı dəstəklənmir # AI translated
|
||||
File not found: %1 = Fayl tapılmayıb: %1
|
||||
Game disc read error - ISO korlanıb = Oyun diskində oxunuş yanlışı: ISO korlanıb.
|
||||
GenericAllStartupError = PPSSPP istənilən arxa-uclu görüntü kartı ilə başlada bilmədi. Kartınızı və başqa sürücülərinizi yüksəltməyi sınayın.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Формат файла не падтрымліваецца # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Форматът на файла не се поддържа # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format de fitxer no suportat # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Formát souboru není podporován # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Filformatet understøttes ikke # AI translated
|
||||
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.
|
||||
|
||||
@@ -512,6 +512,7 @@ Error reading file = Fehler beim Lesen der Datei
|
||||
Failed initializing CPU/Memory = Initialisierung von CPU oder Speicher fehlgeschlagen
|
||||
Failed to load executable: = Laden der Programmdatei fehlgeschlagen:
|
||||
File corrupt = Datei beschädigt
|
||||
File format not supported = Dateiformat wird nicht unterstützt # AI translated
|
||||
File not found: %1 = Datei nicht gefunden: %1
|
||||
Game disc read error - ISO corrupt = Spiel-Disc-Lesefehler: ISO beschädigt
|
||||
GenericAllStartupError = PPSSPP konnte mit keinem Grafik-Backend gestartet werden. Versuche, deine Grafik- und andere Treiber aufzuwerten.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format file tidak didukung # AI translated
|
||||
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.
|
||||
|
||||
@@ -546,6 +546,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 format not supported = File format not supported
|
||||
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.
|
||||
|
||||
@@ -523,6 +523,7 @@ Error reading file = Error al leer archivo.
|
||||
Failed initializing CPU/Memory = Error al inicializar la CPU o la memoria
|
||||
Failed to load executable: = Error al cargar el ejecutable:
|
||||
File corrupt = Archivo corrupto
|
||||
File format not supported = Formato de archivo no soportado # AI translated
|
||||
File not found: %1 = Archivo no encontrado: %1
|
||||
Game disc read error - ISO corrupt = Error de lectura del disco del juego: ISO dañado.
|
||||
GenericAllStartupError = PPSSPP no pudo iniciarse con ningún servicio de gráficos. Intenta actualizar los gráficos y otros controladores.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Formato de archivo no compatible # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = .خطا در خواندن فایل
|
||||
Failed initializing CPU/Memory = خطا در نصب CPU و حافظه
|
||||
Failed to load executable: = Failed to load executable:
|
||||
File corrupt = File corrupt
|
||||
File format not supported = فرمت فایل پشتیبانی نمیشود # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = Tiedoston lukeminen epäonnistui.
|
||||
Failed initializing CPU/Memory = Prosessorin tai muistin alustus epäonnistui.
|
||||
Failed to load executable: = Suoritettavan tiedoston lataus epäonnistui:
|
||||
File corrupt = Tiedosto on vioittunut.
|
||||
File format not supported = Tiedostomuotoa ei tueta # AI translated
|
||||
File not found: %1 = Tiedostoa ei löytynyt: %1
|
||||
Game disc read error - ISO corrupt = Pelilevyn lukuvirhe: ISO-tiedosto on vioittunut.
|
||||
GenericAllStartupError = PPSSPP:n käynnistäminen epäonnistui kaikilla grafiikkamoottoreilla. Yritä päivittää näytönohjain- ja muut ajurit.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format de fichier non pris en charge # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Formato de arquivo non soportado # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = Σφάλμα ανάγνωσης αρχείου.
|
||||
Failed initializing CPU/Memory = Failed initializing CPU or memory
|
||||
Failed to load executable: = Αδυναμιά φόρτωσης εκτελέσιμου αρχείου:
|
||||
File corrupt = Κατεστραμμένο αρχείο
|
||||
File format not supported = Μορφή αρχείου δεν υποστηρίζεται # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = פורמט קובץ אינו נתמך # AI translated
|
||||
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.
|
||||
|
||||
@@ -519,6 +519,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 format not supported = לא נתמך קובץ פורמט # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format datoteke nije podržan # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = A fájlformátum nem támogatott # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format file tidak didukung # AI translated
|
||||
File not found: %1 = Berkas tidak ditemukan: %1
|
||||
Game disc read error - ISO corrupt = Kesalahan pembacaan disk game: ISO rusak.
|
||||
GenericAllStartupError = PPSSPP gagal memulai dengan penyangga grafis apa pun. Coba perbarui grafis Anda dan driver lainnya
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Formato file non supportato # AI translated
|
||||
File not found: %1 = File non trovato: %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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = ファイルを読み込めません。
|
||||
Failed initializing CPU/Memory = CPUメモリが初期化できません。
|
||||
Failed to load executable: = 実行ファイルを読み込めません:
|
||||
File corrupt = ファイルが壊れています
|
||||
File format not supported = ファイル形式はサポートされていません # AI translated
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = ゲームディスクを読み込めません: ISOが壊れています
|
||||
GenericAllStartupError = PPSSPPは起動時にクラッシュしました。 可能な場合はグラフィックスドライバーの更新をしてください。
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format file ora didukung # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = 파일 읽기 오류입니다.
|
||||
Failed initializing CPU/Memory = CPU 또는 메모리 초기화 실패
|
||||
Failed to load executable: = 실행 파일 불러오기 실패:
|
||||
File corrupt = 파일 손상
|
||||
File format not supported = 파일 형식이 지원되지 않습니다 # AI translated
|
||||
File not found: %1 = 파일을 찾을 수 없음: %1
|
||||
Game disc read error - ISO corrupt = 게임 디스크 읽기 오류: ISO 손상되었습니다.
|
||||
GenericAllStartupError = PPSSPP가 그래픽 백엔드로 시작하지 못했습니다. 그래픽 및 기타 드라이버를 업그레이드해 보세요.
|
||||
|
||||
@@ -536,6 +536,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 format not supported = Fermana pelê nayê piştgirî # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = ຮິບແບບໄຟລ໌ບໍ່ໄດ້ຮັບເຄື່ອງສະໜອງ # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Failo formatas nepalaikomas # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Format fail tidak disokong # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Bestandsindeling wordt niet ondersteund # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Filformatet støttes ikke # AI translated
|
||||
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.
|
||||
|
||||
@@ -520,6 +520,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 format not supported = Format pliku nie jest obsługiwany # AI translated
|
||||
File not found: %1 = Nie znaleziono pliku: %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).
|
||||
|
||||
@@ -546,6 +546,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 format not supported = Formato de arquivo não suportado # AI translated
|
||||
File not found: %1 = O arquivo não foi encontrado: %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.
|
||||
|
||||
@@ -546,6 +546,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 format not supported = Formato de ficheiro não suportado # AI translated
|
||||
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.
|
||||
|
||||
@@ -523,6 +523,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 format not supported = Formatul fișierului nu este acceptat # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = Ошибка при чтении файла.
|
||||
Failed initializing CPU/Memory = Не удалось инициализировать ЦП или память
|
||||
Failed to load executable: = Не удалось запустить:
|
||||
File corrupt = Файл повреждён
|
||||
File format not supported = Формат файла не поддерживается # AI translated
|
||||
File not found: %1 = Файл не найден: %1
|
||||
Game disc read error - ISO corrupt = Ошибка чтения игрового диска: ISO повреждён.
|
||||
GenericAllStartupError = Не удалось запустить PPSSPP ни с одним графическим бэкендом. Попробуйте обновить графические и другие драйвера.
|
||||
|
||||
@@ -523,6 +523,7 @@ Error reading file = Fel vid filinläsning.
|
||||
Failed initializing CPU/Memory = Misslyckades med att initiera CPU eller minne
|
||||
Failed to load executable: = Misslyckades med att läsa in körbar fil:
|
||||
File corrupt = Filen är skadad
|
||||
File format not supported = Filformatet stöds inte # AI translated
|
||||
File not found: %1 = Filen finns inte: %1
|
||||
Game disc read error - ISO corrupt = Läsfel: ISO är skadad.
|
||||
GenericAllStartupError = PPSSPP misslyckades med att starta upp med någon grafikbakände. Prova att uppgradera dina drivrutiner för grafikkort och andra.
|
||||
|
||||
@@ -523,6 +523,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 format not supported = Формати файл дастгирӣ намешавад # AI translated
|
||||
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.
|
||||
|
||||
@@ -538,6 +538,7 @@ Error reading file = เกิดข้อผิดพลาดในการ
|
||||
Failed initializing CPU/Memory = ล้มเหลวในช่วงเริ่มต้นการทำงานของซีพียู หรือหน่วยความจำ
|
||||
Failed to load executable: = ล้มเหลวในการโหลดไฟล์ปฏิบัติการ:
|
||||
File corrupt = ไฟล์เสียหาย
|
||||
File format not supported = ไฟล์รูปแบบไม่รองรับ # AI translated
|
||||
File not found: %1 = ไม่พบไฟล์: %1
|
||||
Game disc read error - ISO corrupt = ไม่สามารถอ่านตัวเกมได้ - ไฟล์ ISO เสียหาย
|
||||
GenericAllStartupError = PPSSPP ไม่สามารถเริ่มต้นทำงานด้วยรูปแบบการสนับสนุนกราฟิกใด ๆ ให้ลองอัพเดทไดรเวอร์การ์ดจอ และไดรเวอร์อื่น ๆ ดูก่อน
|
||||
|
||||
@@ -524,6 +524,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 format not supported = Dosya formatı desteklenmiyor # AI translated
|
||||
File not found: %1 = Dosya bulunamadı: %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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = Помилка при читанні файлу.
|
||||
Failed initializing CPU/Memory = Невдала ініціалізація процесора/пам'яті
|
||||
Failed to load executable: = Не вдалось завантажити:
|
||||
File corrupt = Файл пошкоджений
|
||||
File format not supported = Формат файлу не підтримується # AI translated
|
||||
File not found: %1 = File not found: %1
|
||||
Game disc read error - ISO corrupt = Помилка читання ігрового диску: ISO пошкоджено.
|
||||
GenericAllStartupError = PPSSPP не вдалося запустити з жодним графічним бекендом. Спробуйте оновити графічні та інші драйвери.
|
||||
|
||||
@@ -522,6 +522,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 format not supported = Định dạng tệp không được hỗ trợ # AI translated
|
||||
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.
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = 读取文件时出错。
|
||||
Failed initializing CPU/Memory = 初始化CPU或内存失败
|
||||
Failed to load executable: = 无法加载可执行文件:
|
||||
File corrupt = 文件损坏
|
||||
File format not supported = 文件格式不受支持 # AI translated
|
||||
File not found: %1 = 文件未找到: %1
|
||||
Game disc read error - ISO corrupt = 游戏光盘读取错误:ISO损坏。
|
||||
GenericAllStartupError = PPSSPP无法使用任何图形后端启动,请尝试升级图形和其他驱动程序。
|
||||
|
||||
@@ -522,6 +522,7 @@ Error reading file = 無法讀取檔案
|
||||
Failed initializing CPU/Memory = 無法初始化 CPU 或記憶體
|
||||
Failed to load executable: = 無法載入可執行檔:
|
||||
File corrupt = 檔案損毀
|
||||
File format not supported = 文件格式不支援 # AI translated
|
||||
File not found: %1 = 檔案未找到:%1
|
||||
Game disc read error - ISO corrupt = 遊戲光碟讀取錯誤:ISO 損毀
|
||||
GenericAllStartupError = PPSSPP 無法以任何圖形後端啟動,請嘗試更新您的圖形和其他驅動程式
|
||||
|
||||
Reference in New Issue
Block a user