mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up partial support for dipswitches
This commit is contained in:
@@ -476,6 +476,11 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
break;
|
||||
|
||||
case "Machine.DipSwitches":
|
||||
machine.DipSwitches = new List<SoftwareListDipSwitch>();
|
||||
// TODO: There is no way this would work... Just use empty for now
|
||||
break;
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion // Machine
|
||||
@@ -1248,6 +1253,13 @@ namespace SabreTools.Library.DatFiles
|
||||
case "shared features":
|
||||
case "shared-features":
|
||||
return "Machine.SharedFeatures";
|
||||
case "dipswitch":
|
||||
case "dip switch":
|
||||
case "dip-switch":
|
||||
case "dipswitches":
|
||||
case "dip switches":
|
||||
case "dip-switches":
|
||||
return "Machine.DipSwitches";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user