Skip to content

Commit

Permalink
Cleanup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Nov 27, 2024
1 parent ce1df71 commit f1d637d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions GSE.Emu/EmuInputLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ public void NormalizeEndianness()
private readonly Thread _movieThread;
private volatile bool _disposing;

private bool _disposed;

public EmuInputLog(
string basePath,
string romName,
Expand Down Expand Up @@ -301,6 +299,5 @@ public void Dispose()
_inputWriter?.Dispose();
_inputStream?.Dispose();
_gm2File?.Dispose();
_disposed = true;
}
}

0 comments on commit f1d637d

Please sign in to comment.