From 3b3e98506746d7ef4b0fc7cc9805da7918349595 Mon Sep 17 00:00:00 2001 From: laz Date: Sun, 19 Jan 2025 09:39:58 +0100 Subject: [PATCH] psp --- .../duckstation/duckstation-guide.md | 1 + .../ppsspp/ppsspp-guide.md | 53 ++++++++++++++----- .../ppsspp/ppsspp-texture-pack.md | 26 --------- .../portmaster/portmaster-guide.md | 2 +- .../docs/wiki_system_guides/srm/srm-guide.md | 2 +- wiki-rtd/mkdocs.yml | 3 +- 6 files changed, 43 insertions(+), 44 deletions(-) delete mode 100644 wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-texture-pack.md diff --git a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md index 47377e0..2aa24a8 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md @@ -55,6 +55,7 @@ Directly into the folder | Type | Folder | Comment | | :---: | :---: | :---: | +| ROMs Folder |`retrodeck/roms/psx/` | | | Saves Folder |`retrodeck/saves/psx/duckstation/` | | | States Folder |`retrodeck/states/psx/duckstation/` | | | Texture Packs Folder |`retrodeck/texture_packs/Duckstation/` | Corresponds to `duckstation/textures` folder | diff --git a/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-guide.md b/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-guide.md index d814173..1d4d518 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-guide.md @@ -12,35 +12,60 @@ [PPSSPP - Blog](https://www.ppsspp.org/blog/) +[PPSSPP - FAQ](https://www.ppsspp.org/docs/faq/) + [PPSSPP - Game Compatibility](https://report.ppsspp.org/games) [PPSSPP - Github](https://github.com/hrydgard/ppsspp) -## Where to put the games +## Where to put the games? + PSP games should be put under the `retrodeck/roms/psp/` directory. -### Supported fileformats +## What file formats are supported? -`.elf` `.cso` `.iso` `.pbp` `.prx` `.chd` +``` +.elf +.cso +.iso +.pbp +.prx +.chd +``` -## PPSSPP folders +## Does PPSSPP require BIOS or Firmware? -### Where is the main folder located? +No -`/.var/app/net.retrodeck.retrodeck/config/ppsspp/PSP/` +## Folder structure + +| 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? -### TEXTURES folder The `~/retrodeck/texture_packs/ppsspp/` represents the `/PSP/TEXTURES/` folder in PPSSPP. -The full link is: `/.var/app/net.retrodeck.retrodeck/config/ppsspp/PSP/TEXTURES/` +**Note:**
+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. -### SAVEDATA -The `~/retrodeck/saves/PSP/PPSSPP-SA/` represents the `/PSP/SAVEDATA/` folder in PPSSPP +**Note:**
+`TITLEID` is different for every game. -The full link is: `/.var/app/net.retrodeck.retrodeck/config/ppsspp/PSP/SAVEDATA/` -### PPSSPP_STATE -The `~/retrodeck/saves/PSP/PPSSPP-SA/` represents the `/PSP/PPSSPP-SA/ ` folder in PPSSPP +### Enable Custom Textures -The full link is: `/.var/app/net.retrodeck.retrodeck/config/ppsspp/PSP/PPSSPP_STATE/` +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`. +### How do I add texture packs? + +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/` +4. If the textures match the game they should be loaded on next time you launch the game. diff --git a/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-texture-pack.md b/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-texture-pack.md deleted file mode 100644 index 8a48276..0000000 --- a/wiki-rtd/docs/wiki_emulator_guides/ppsspp/ppsspp-texture-pack.md +++ /dev/null @@ -1,26 +0,0 @@ -# PPSSPP - Texture Pack Guide -The `~/retrodeck/texture_packs/ppsspp/` represents the `/PSP/TEXTURES/` folder in PPSSPP. - -**Note:**
-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:**
-`TITLEID` is different for every game. - - -## Enable Custom Textures -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`. - -## How do I add texture packs? - -**Requirements:** Texture pack files
- -**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`. - - -### How to add textures - -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/` diff --git a/wiki-rtd/docs/wiki_system_guides/portmaster/portmaster-guide.md b/wiki-rtd/docs/wiki_system_guides/portmaster/portmaster-guide.md index 22f8278..ba3b18e 100755 --- a/wiki-rtd/docs/wiki_system_guides/portmaster/portmaster-guide.md +++ b/wiki-rtd/docs/wiki_system_guides/portmaster/portmaster-guide.md @@ -25,7 +25,7 @@ PortMaster does not require BIOS or Firmware but depending on the game you might Check the [PortMaster Games List](https://portmaster.games/games.html) for details. -## Where are the files located? +## Folder structure | Type | Folder | Comment | | :---: | :---: | :---: | diff --git a/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md b/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md index ab7f45c..db71b59 100755 --- a/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md +++ b/wiki-rtd/docs/wiki_system_guides/srm/srm-guide.md @@ -20,7 +20,7 @@ We have not yet added support for the Flatpak version of Steam. [SteamGridDB](https://www.steamgriddb.com/) -## Where are the files located? +## Folder structure | Type | Folder | Comment | | :---: | :---: | :---: | diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index 6009a6c..9dae37d 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -179,8 +179,7 @@ nav: - PCSX2 - Texture Pack Guide: wiki_emulator_guides/pcsx2/pcsx2-texture-pack.md - PPSSPP 🔺: - - PPSSPP - General Guide (WIP): wiki_emulator_guides/ppsspp/ppsspp-guide.md - - PPSSPP - Texture Pack Guide: wiki_emulator_guides/ppsspp/ppsspp-texture-pack.md + - PPSSPP - General Guide: wiki_emulator_guides/ppsspp/ppsspp-guide.md - RetroArch 👾: - RetroArch - General Guide: wiki_emulator_guides/retroarch/retroarch-guide.md