Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/guides/install-psp.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ You can download a bundle with the **Stable** version of RetroArch, all the supp

Installation is also very simple. Just create a `RetroArch` folder under `PSP/Game` directory on your Memory Stick and transfer the archive files to the `PSP/Game/RetroArch` folder, then go to `Memory Stick™` under **Game** press **X**, and then select RetroArch. Press **X** again to open.

!!! note
The PSP Go uses a Memory Stick Micro (M2) card slot instead of the full-size Memory Stick slot in addition to its built-in internal storage (`ef0:`). You can install RetroArch to either storage location. An M2 card appears as `ms0:` like a regular PSP's memory stick, and the internal storage as `ef0:`. RetroArch stores its user data (config, saves, save states, system files) on the same drive it is installed to. Installing to internal storage keeps everything on `ef0:` without needing an M2 card.

!!! warning
User data and libretro cores live on the drive RetroArch is installed to (`ms0:` or `ef0:`). RetroArch does not migrate data when you move it. If you relocate RetroArch to another drive you must copy your `PSP/RetroArch` and the `PSP/GAME/retroarch/cores` folder to the new drive and resolve any config conflicts yourself. Otherwise RetroArch will start with a fresh configuration.

### Updating

Download the latest version and extract it into 'PSP/Game/RetroArch' on the Memory Stick. Accept when prompted to overwrite.
Expand Down