From e387a099ab0839b2859bd365b6d39dfe1f812b62 Mon Sep 17 00:00:00 2001 From: Zadeis Date: Wed, 10 Jun 2026 09:47:13 -0400 Subject: [PATCH 1/2] docs(install-psp): add PSP Go storage note and data migration warning --- docs/guides/install-psp.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/install-psp.md b/docs/guides/install-psp.md index bd60613302..149e739780 100644 --- a/docs/guides/install-psp.md +++ b/docs/guides/install-psp.md @@ -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 it's built-in internal storage (`ef0:`). You can install RetroArch to either storage location. An M2 card appears as `ms0:` like a regular PSPs 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. From a10f9b4b68eb3c06ec0f6a367c5bb02d012faea2 Mon Sep 17 00:00:00 2001 From: Zadeis Date: Wed, 10 Jun 2026 09:56:14 -0400 Subject: [PATCH 2/2] docs(guides): fix indentation and minor typographical errors --- docs/guides/install-psp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/install-psp.md b/docs/guides/install-psp.md index 149e739780..3391ffed01 100644 --- a/docs/guides/install-psp.md +++ b/docs/guides/install-psp.md @@ -22,10 +22,10 @@ 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 it's built-in internal storage (`ef0:`). You can install RetroArch to either storage location. An M2 card appears as `ms0:` like a regular PSPs 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. + 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. + 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