* Fix table size
Fix para o espaçamento entre a primeira guia da tabela / ícone do CD
* Update - Cheat DB
Update for the cheat DB codes available in Discord made by: Unicorngolash in between 2020 ~ 2021
* Update Cheats Db
The following has been adde/updated/fixed:
Added
- Grand Theft Auto
- Spyro X Sparx
- Resident Evil
Updated:
- Silent Hill 60 fps patch
* Atualização arquivo leia-me
Atualizado para a última versão!
* update base duckstation-qt_ja.ts
* add white-space between Japanese and English
* replace zenkaku parenthesis and colon with hankaku
* unify wording (memory card, controller), fix okurigana for assign/load
* overhaul Japanese translation
Co-authored-by: Dolphin <dolphin@torikara.org>
* Fix table size
Fix para o espaçamento entre a primeira guia da tabela / ícone do CD
* Update - Cheat DB
Update for the cheat DB codes available in Discord made by: Unicorngolash in between 2020 ~ 2021
* Update Cheats Db
The following has been adde/updated/fixed:
Added
- Grand Theft Auto
- Spyro X Sparx
- Resident Evil
Updated:
- Silent Hill 60 fps patch
* Fix table size
Fix para o espaçamento entre a primeira guia da tabela / ícone do CD
* Update - Cheat DB
Update for the cheat DB codes available in Discord made by: Unicorngolash in between 2020 ~ 2021
Multidisc games are stored inside the EBOOT.PBP file as
A)
pstitleimg
psisoimg
psisoimg
...
Single disk games can be stored in two different formats, with or
without a pstitleimg section, i.e. as
B)
pstitleimg
psisoimg
or
C)
psisoimg
Fix a conditional in duckstation that incorrectly flags B) as an error.
These types of EBOOT.PBP files can be created by the pop-fe utility.
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>