We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e943dc3 commit 9534b1eCopy full SHA for 9534b1e
1 file changed
README.md
@@ -143,6 +143,17 @@ Inside each save folder you will typically see:
143
- `payload.*`
144
- `metadata.json`
145
146
+## Maintenance Rescan
147
+
148
+After upgrading from a release before `v0.1.12`, run a one-time save rescan if
149
+you have existing saves. This reapplies the current system detection rules to
150
+stored metadata and corrects known catalog mistakes, including `Defenders of
151
+Oasis` being moved from Genesis/Mega Drive to Game Gear.
152
153
+```bash
154
+docker compose run --rm retrosavemanager rescan-saves
155
+```
156
157
## Ports Used
158
159
By default, RetroSaveManager uses:
0 commit comments