Should maybe validate at the top of this loop:
|
foreach (var t in AllPathControls.OfType<TextBox>()) |
|
{ |
|
var pathEntry = _pathEntries.Paths.First(p => p.System == t.Parent.Name && p.Type == t.Name); |
|
pathEntry.Path = t.Text; |
|
} |
Initially reported by @Spikestuff on Discord.
see also #1574
Should maybe validate at the top of this loop:
BizHawk/src/BizHawk.Client.EmuHawk/config/PathConfig.cs
Lines 218 to 222 in f28fa49
Initially reported by @Spikestuff on Discord.
see also #1574