[desktop] fix save data location, orphaned profiles finder #2678
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!2678
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/profiles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously, if the user had their NAND in a nonstandard location,
profiles.dat would be read from the standard Eden path and thus return
effectively garbage data. What this would result in is:
place
To solve this, I made it so that profiles.dat is re-read after
QtConfig initializes. It's not the perfect solution, but it works.
Additionally, this adds an orphaned profiles finder:
corresponding UUID
let the user decide how to handle it (famous last words)
instantly recreated anyways.
The orphaned profiles check runs right after the decryption keys
check, but before the game list ever gets populated
Signed-off-by: crueter crueter@eden-emu.dev