Skip to content

Commit

Permalink
revert formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmilt committed Dec 5, 2024
1 parent a04072f commit c3b1cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BizHawk.Client.EmuHawk/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1956,12 +1956,12 @@ public bool FlushSaveRAM(bool autosave = false)
string path;
if (autosave)
{
path = Config.PathEntries.AutoSaveRamAbsolutePath(Game, MovieSession.Movie);
path = Config.PathEntries.AutoSaveRamAbsolutePath(Game, MovieSession.Movie);
AutoFlushSaveRamIn = Config.FlushSaveRamFrames;
}
else
{
path = Config.PathEntries.SaveRamAbsolutePath(Game, MovieSession.Movie);
path = Config.PathEntries.SaveRamAbsolutePath(Game, MovieSession.Movie);
}

var file = new FileInfo(path);
Expand Down

0 comments on commit c3b1cce

Please sign in to comment.