Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Oct 27, 2023
1 parent 9d93ac7 commit a75b47a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AngelLoader/TDM/TDMWatchers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ static bool TryGetLines(string file, [NotNullWhen(true)] out List<string>? lines
}
}

// @TDM(Watchers): If we don't have an fms dir, all watchers are disabled. Should we be smarter?
// Should we try to have it auto-pick-up the fms dir if it's created and start watching, then stop if it's
// removed? Do we need the same currentfm.txt?
internal static void DeferredWatchersEnable(bool enableTDMWatchers)
{
string gamePath = Config.GetGamePath(GameIndex.TDM);
Expand Down

0 comments on commit a75b47a

Please sign in to comment.