Wiki/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-guide.md

79 lines
2.7 KiB
Markdown
Raw Normal View History

2024-01-18 16:33:21 +00:00
# PPSSPP - General Guide
2024-01-06 08:25:02 +00:00
2024-01-18 16:32:29 +00:00
<img src="../../../wiki_images/logos/ppsspp-logo.png" width="150">
2024-01-06 08:25:02 +00:00
2025-01-24 11:59:33 +00:00
A PSP emulator that can also upscale textures to make them sharper, and you can enable post-processing shaders to adjust color and brightness the way you like, and other effects.
---
2024-02-12 07:15:53 +00:00
### PPSSPP Links:
[PPSSPP - Webpage](https://www.ppsspp.org/)
[PPSSPP - Docs](https://www.ppsspp.org/docs/)
[PPSSPP - Getting Started Guide](https://www.ppsspp.org/docs/getting-started/)
[PPSSPP - Blog](https://www.ppsspp.org/blog/)
2025-01-19 08:39:58 +00:00
[PPSSPP - FAQ](https://www.ppsspp.org/docs/faq/)
2024-02-12 07:15:53 +00:00
[PPSSPP - Game Compatibility](https://report.ppsspp.org/games)
[PPSSPP - Github](https://github.com/hrydgard/ppsspp)
2025-01-24 11:59:33 +00:00
---
2025-01-19 08:39:58 +00:00
## Where to put the games?
2024-04-05 06:05:36 +00:00
PSP games should be put under the `retrodeck/roms/psp/` directory.
2025-01-19 08:39:58 +00:00
## What file formats are supported?
2025-02-20 10:32:50 +00:00
| File Format | Description |
|-------------|-------------|
| .elf | Executable and Linkable Format |
| .cso | Compressed ISO image file |
| .iso | Standard ISO disc image |
| .pbp | PlayStation Portable Update file |
| .prx | PlayStation Portable executable file |
| .chd | Compressed Hunks of Data |
2024-04-05 06:07:15 +00:00
2025-01-19 08:39:58 +00:00
## Does PPSSPP require BIOS or Firmware?
2024-04-05 06:07:15 +00:00
2025-01-19 08:39:58 +00:00
No
2024-04-05 06:05:36 +00:00
2025-01-19 08:39:58 +00:00
## Folder structure
2024-04-05 06:05:36 +00:00
2025-01-19 08:39:58 +00:00
| Type | Folder | Comment |
| :---: | :---: | :---: |
| ROMs Folder |`retrodeck/roms/psp/` | |
| Saves Folder |`retrodeck/saves/PSP/PPSSPP-SA/` | |
| States Folder |`retrodeck/states//PSP/PPSSPP-SA/` | |
| Texture Packs Folder |`retrodeck/texture_packs/ppsspp/` | Corresponds to `PSP/TEXTURES/` folder |
| Config Folder |`~/.var/app/net.retrodeck.retrodeck/config/ppsspp/PSP/` | |
## How to add Texture Packs?
2024-04-05 06:05:36 +00:00
The `~/retrodeck/texture_packs/ppsspp/` represents the `/PSP/TEXTURES/` folder in PPSSPP.
2025-01-19 08:39:58 +00:00
**Note:** <br>
Some texture packs could made for a specific version or region of the game. Make sure you have the right rom and textures for it.
**Note:**<br>
`TITLEID` is different for every game.
2024-04-05 06:05:36 +00:00
2025-01-19 08:39:58 +00:00
### Enable Custom Textures
2024-04-05 06:05:36 +00:00
2025-01-19 08:39:58 +00:00
1. Open up PPSSPP inside `RetroDECK Configurator` by pressing `Open Emulator` - `PPSSPP`.
2. Press `Settings` -> `Tools` -> `Developer Tools` -> `Replace Textures` and set it to `On`.
2024-04-05 06:05:36 +00:00
2025-01-19 08:39:58 +00:00
### How do I add texture packs?
2024-04-05 06:07:15 +00:00
2025-01-19 08:39:58 +00:00
1. Extract any texture pack files from compressed `.zip` or any other format into folders.
2. Go into `~/retrodeck/texture_packs/ppsspp/`. The folders are all named by `TITLEID`.
3. Paste the textures into right folder `~/retrodeck/texture_packs/ppsspp/<TITLEID>`
4. If the textures match the game they should be loaded on next time you launch the game.