Actions
Emulator Issues #12975
openAGP creates ".sav" file if no path set
Status:
Accepted
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What's the problem? Describe what went wrong.
If you enable AGP in Gamecube settings, but don't select a path, the path will be empty but still used.
What steps will reproduce the problem?
[Reproduction steps here]
- Enable AGP in Gamecube settings.
- Start/Stop emulation.
- Observe 0 byte ".sav" file created alongside Dolphin.exe
[Version number here]
537fe339973beefe4b73de7f6494dcbfc9219fd4
File is created by CEXIAgp::LoadFileToEEPROM ("rb" creates the file if not existing).
CEXIAgp::LoadRom continues even if "gbapath" is empty.
Actions