Exclude get-only props on PathEntryCollection from serialisation

This commit is contained in:
YoshiRulz 2021-05-22 08:08:04 +10:00
parent da649a1bc0
commit dd45a3e37c
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -131,8 +131,10 @@ namespace BizHawk.Client.Common
}
}
[JsonIgnore]
public string FirmwaresPathFragment => this["Global", "Firmware"].Path;
[JsonIgnore]
internal string TempFilesFragment => this["Global", "Temp Files"].Path;
public static List<PathEntry> DefaultValues => new List<PathEntry>