Skip to content
rawdatafeel edited this page Feb 17, 2023 · 49 revisions

PPSSPP is a Playstation Portable emulator.

Website: https://www.ppsspp.org/

Github: https://github.com/hrydgard/ppsspp

Compatibility List: https://forums.ppsspp.org/showthread.php?tid=1473

Updating this Emulator:

  • Use Discover (Shopping bag icon) to update PPSSPP

Table of Contents

  1. Getting Started with PPSSPP

  2. PPSSPP Tips and Tricks


Getting Started with PPSSPP

Back to the Top


Configuration

Back to the Top

  • Config Location: /home/deck/.var/app/org.ppsspp.PPSSPP
  • Memstick Location: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP
    • The PSP folder at the end of this path is equivalent to the Memstick folder
  • ROM location: Emulation/roms/psp
  • PPSSPP does not require any additional BIOS or firmware
  • Saves:
    • Symlink: Emulation/saves/ppsspp/saves
    • Target: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/SAVEDATA
  • Savestates:
    • Symlink: Emulation/saves/ppsspp/states/
    • Target: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/PPSSPP_STATE

Note: ~/.var is an invisible folder by default. In Dolphin (file manager), click the hamburger menu in the top right, click "view hidden files" to see these folders.

Works With

  • Steam ROM Manager
  • EmulationStation-DE

How to Update PPSSPP

Back to the Top

How to Update PPSSPP

  • Update through Discover (Shopping bag icon)
  • Run Update Emulators & Tools in EmuDeck

How to Launch PPSSPP in Desktop Mode

Back to the Top

How to Launch PPSSPP in Desktop Mode

  • Launch PPSSPP from the Applications Launcher (Steam Deck icon in the bottom left of the taskbar)
  • Launch the script from Emulation/tools/launchers, ppsspp.sh
  • Launch the emulator from Steam after adding it via the Emulators parser in Steam ROM Manager

File Formats

Back to the Top

  • .elf
  • .cso
  • .iso
  • .pbp
  • .prx

How to Manage DLC

Back to the Top

Preface

The PPSSPP Flatpak (installed by EmuDeck) does not use a named Memstick folder to manage its contents. Instead, the Memstick folder is located here: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP.

How to Manage DLC

  1. In the Memstick folder, create two folders: GAME and SAVEDATA
    1. If these folders exist, skip this step
  2. Determine which type of DLC you have
    1. DLC Type 1: GAME DLC
      1. If the DLC folder includes PARAM.PBP, you have GAME DLC
    2. DLC Type 2: SAVEDATA DLC
      1. If the DLC folder includes PARAM.SFO, you have SAVEDATA DLC
  3. Place the DLC into the matching folder
    1. GAME DLC are placed here: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/GAME
      1. Example (for the game Persona 2: Innocent Sin):
    2. SAVEDATA DLC are placed here: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/SAVEDATA
      1. Example (for the game EXIT):

IMPORTANT

  • Some DLC content cannot be accessed until finishing the game
  • Some DLC content can be accessed in different or hidden parts of the settings menu

Hotkeys

Back to the Top

PPSSPP comes with a Steam Input profile for Hotkeys. Activate the Steam Input profile by clicking the Game Controller icon in Game Mode, change the template to Emudeck - PPSSPP Standalone. The hotkeys below can only be used if you have the Steam Input profile active.

Hotkey PPSSPP
Quick Menu Steam + DPad Left
Quick Menu Left Trackpad Radial Menu
Save State Left Trackpad Radial Menu
Load State Left Trackpad Radial Menu
Next Save Slot Left Trackpad Radial Menu
Fast Forward Left Trackpad Radial Menu

For a tutorial on how to select Steam Input Profiles, refer to: https://github.com/dragoonDorise/EmuDeck/wiki/hotkeys#how-to-select-a-steam-input-profile.

Steam Deck Button Layout: https://github.com/dragoonDorise/EmuDeck/wiki/Hotkeys#steam-deck-button-layout


PPSSPP Tips and Tricks

Back to the Top


How to Install Custom Textures

Preface

The PPSSPP Flatpak (installed by EmuDeck) does not use a named Memstick folder to manage its contents. Instead, the Memstick folder is located here: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP.


Texture Pack Sources

This list is not exhaustive


How to Install Custom Textures

  1. In Desktop Mode, open /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/
    1. ~/.var is an invisible folder by default, click the Hamburger menu in the top right of the file explorer, click Show Hidden Files
  2. Create a TEXTURES folder here, casing matters
  3. In the TEXTURES folder, create a folder matching your Game ID
    1. To find your Game ID, open PPSSPP, click the Games tab, click the Gear icon, Toggle Show ID
    2. Note down the Game ID to the right of your game
  4. Place the texture folder (containing the texture files) directly in this newly created folder
    1. Example (Using Kingdom Hearts: Birth by Sleep):

How to Use Cheats

Back to the Top

Preface

The PPSSPP Flatpak (installed by EmuDeck) does not use a named Memstick folder to manage its contents. Instead, the Memstick folder is located here: /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP.


Cheat Sources

This list is not exhaustive


How to Use a cheats.db File

  1. In Desktop Mode, open /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/
    1. ~/.var is an invisible folder by default, click the Hamburger menu in the top right of the file explorer, click Show Hidden Files
  2. Create a Cheats folder here, casing matters
    1. If one exists, skip this step
  3. Place a cheat.db file in this folder
  4. Open PPSSPP, click Settings, select System, scroll down and check Enable cheats
  5. In Game Mode, open a game and either press the Escape Key hotkey: Steam + DPad Left or use the PPSSPP Steam Input Profile to open the Quick Menu
    1. Global Hotkeys: https://github.com/dragoonDorise/EmuDeck/wiki/Hotkeys#global
    2. PPSSPP Hotkeys: https://github.com/dragoonDorise/EmuDeck/wiki/ppsspp#hotkeys
  6. Select Import from cheat.db, and check the cheats you would like to enable
  7. Return to game and your cheat(s) should now be enabled

How to use Cheat Codes

  1. In Desktop Mode, open /home/deck/.var/app/org.ppsspp.PPSSPP/config/ppsspp/PSP/
    1. ~/.var is an invisible folder by default, click the Hamburger menu in the top right of the file explorer, click Show Hidden Files
  2. Create a Cheats folder here, casing matters
    1. If one exists, skip this step
  3. Locate your Game ID
    1. To find your Game ID, open PPSSPP, click the Games tab, click the Gear icon, Toggle Show ID
    2. Note down the Game ID to the right of your game
  4. In the Cheats folder, create a file matching your Game ID with an .ini file extension
    1. Skip this step if an .ini file already exists matching your Game ID
    2. Example (Using Grand Theft Auto: Liberty City Stories - ULUS10160.ini):
  5. Open the .ini file and add your cheat to the bottom of the file
    1. Example (Using a 60 FPS cheat for Grand Theft Auto: Liberty City Stories):
  6. Save and close out of the .ini file
  7. In Game Mode, open a game and either press the Escape Key hotkey: Steam + DPad Left or use the PPSSPP Steam Input Profile to open the Quick Menu
    1. Global Hotkeys: https://github.com/dragoonDorise/EmuDeck/wiki/Hotkeys#global
    2. PPSSPP Hotkeys: https://github.com/dragoonDorise/EmuDeck/wiki/ppsspp#hotkeys
  8. Select Cheats on the right
  9. scroll down the list of cheats and enable the cheat(s) you added to the .ini file
  10. Return to game and your cheat(s) should now be enabled

Clone this wiki locally