mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
This commit is contained in:
parent
ec85dab1ed
commit
fa47d2814b
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ namespace Cosmos.Compiler.Builder {
|
|||
Target = "QEMU";
|
||||
NetworkCard = Builder.QemuNetworkCard.rtl8139.ToString();
|
||||
AudioCard = Builder.QemuAudioCard.sb16.ToString();
|
||||
ShowOptions = true;
|
||||
}
|
||||
|
||||
protected TEnum ReadEnum<TEnum>(XmlDocument aDoc, string aName, TEnum aDefault) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue