Refactor|Game Save: Moved the save file path out of SaveInfo
The save file path for a game save state should not be stored within SaveInfo as this prevents us from "hot swapping" this metadata when the associated logical save slot changes (e.g., when copying a slot).
Refactor|Game Save: Moved the save file path out of SaveInfo
The save file path for a game save state should not be stored within
SaveInfo as this prevents us from "hot swapping" this metadata when
the associated logical save slot changes (e.g., when copying a slot).