s/firmwares/firmware/ in `PathEntryCollection`
This commit is contained in:
parent
eee34dd69a
commit
02bf292a85
|
@ -162,7 +162,8 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public string FirmwaresPathFragment => this[GLOBAL, "Firmware"].Path;
|
||||
public string FirmwarePathFragment
|
||||
=> this[GLOBAL, "Firmware"].Path;
|
||||
|
||||
[JsonIgnore]
|
||||
internal string TempFilesFragment => this[GLOBAL, "Temp Files"].Path;
|
||||
|
|
|
@ -168,7 +168,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public static string FirmwareAbsolutePath(this PathEntryCollection collection)
|
||||
{
|
||||
return collection.AbsolutePathFor(collection.FirmwaresPathFragment, null);
|
||||
return collection.AbsolutePathFor(collection.FirmwarePathFragment, null);
|
||||
}
|
||||
|
||||
public static string LogAbsolutePath(this PathEntryCollection collection)
|
||||
|
|
Loading…
Reference in New Issue