Skip to content

Commit

Permalink
Always write header to new memory card (fixes #18. fixes #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
robxnano committed Aug 26, 2021
1 parent ac8fd01 commit d809ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MemcardRex/ps1card.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,7 @@ public string openMemoryCard(string fileName, bool fixData)
else
{
cardName = "Untitled";
loadDataToRawCard(true);
formatMemoryCard();

//Set changedFlag to false since this is created card
Expand Down

0 comments on commit d809ad2

Please sign in to comment.