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
2 changes: 1 addition & 1 deletion cfw/onion/data/save_directories.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"PicoDrive"
],
"snes": [
"Beetle Supafaust",
"Supafaust",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Legacy Saves Become Undiscoverable

When an existing Onion installation stores SNES saves under Beetle Supafaust, replacing that entry makes the scanner check only Supafaust and silently skip the old directory. Those saves then disappear from sync results, so the old name should remain as a compatibility alias.

Prompt To Fix With AI
This is a comment left during a code review.
Path: cfw/onion/data/save_directories.json
Line: 142

Comment:
**Legacy Saves Become Undiscoverable**

When an existing Onion installation stores SNES saves under `Beetle Supafaust`, replacing that entry makes the scanner check only `Supafaust` and silently skip the old directory. Those saves then disappear from sync results, so the old name should remain as a compatibility alias.

How can I resolve this? If you propose a fix, please make it concise.

Fix in Claude Code

"Snes9x"
],
"supergrafx": [
Expand Down