Exclude get-only props on PathEntryCollection from serialisation
This commit is contained in:
parent
da649a1bc0
commit
dd45a3e37c
|
@ -131,8 +131,10 @@ namespace BizHawk.Client.Common
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public string FirmwaresPathFragment => this["Global", "Firmware"].Path;
|
public string FirmwaresPathFragment => this["Global", "Firmware"].Path;
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
internal string TempFilesFragment => this["Global", "Temp Files"].Path;
|
internal string TempFilesFragment => this["Global", "Temp Files"].Path;
|
||||||
|
|
||||||
public static List<PathEntry> DefaultValues => new List<PathEntry>
|
public static List<PathEntry> DefaultValues => new List<PathEntry>
|
||||||
|
|
Loading…
Reference in New Issue