Android RetroArch disc-control troubleshooting / 2026-08-07

Fix RetroArch loading the wrong disc after a swap on Android

Separate tray state, current disc index, playlist order, and save identity when a multi-disc session returns to the wrong image.

8 minute disc repairRetroArch 1.22.2 on Android with a core that implements libretro disc control

Fix RetroArch loading the wrong disc after a swap on Android

Open Quick Menu > Disc Control, eject the virtual tray, select the intended Current Disc Index, then insert it. If the index order is wrong, stop and repair the playlist or append the authorized image deliberately; do not rename images during an active save. Reopen from the same playlist and confirm that the save belongs to the playlist identity, not a separately launched disc.

Do this in order

  1. 01

    Back up the save and record the core, playlist path, ordered disc paths, checksums, current index, and on-screen swap prompt.

  2. 02

    Open Disc Control and confirm the current index; if the menu is absent, verify core support before editing files.

  3. 03

    Choose Eject Disc, change Current Disc Index to the requested authorized image, then choose Insert Disc.

  4. 04

    If the image is absent, append it deliberately or stop content and repair the playlist order; do not overwrite an existing entry.

  5. 05

    Continue until the game confirms the new disc, save in-game, and stop content cleanly.

  6. 06

    Cold-launch the playlist, load the save, and confirm disc order and identity before deleting any backup.

Decision and diagnostic table

SymptomLikely layerCheck
Disc Control absentCore capabilityCore documentation and log
Index changes but game disagreesTray sequenceEject, select, insert
Expected image absentPlaylist or append listVerify ordered paths
Save missing after relaunchContent identityLaunch the playlist, not a disc

The index is a virtual changer

Libretro separates eject state, current index, and the images in the changer. Selecting a number without completing the tray sequence may leave the old media active.

Playlist identity protects saves

Launching one disc directly can create a different content identity from launching the multi-disc playlist. Keep the same entry point before diagnosing a lost save.

Do not repair by renaming

A renamed image can invalidate playlist paths and provenance without changing its bytes. Preserve checksums and repair the ordered reference instead.

First-party sources

Related guides