Commit Graph

9 Commits

Author SHA1 Message Date
osy fabb278c55 config(qemu): default sound card for PPC64 pseries machines
Fixes #5734
2023-10-02 20:44:39 -07:00
osy 65dbdded25 config(qemu): rename ac97 to AC97 in legacy configs 2023-05-27 19:11:30 -07:00
osy d90a7b5601 project: use Swift 5.6 existentials 2022-07-20 17:48:27 -07:00
osy aff65c58ee project: require iOS 14 and macOS 11.3
This allows us to freely make changes to the backend without being constrained
to supporting the pre-SwiftUI frontend (for iOS). On macOS, 11.3 fixed some
bugs that required ugly hacks to work around.
2022-07-03 22:47:15 +02:00
osy 5427eeee2b config(qemu): change type from ObservableObject to struct
We were constrained to class types when we had to support Objective-C but now
that the backend is in Swift, we can use structs which work much better with
SwiftUI (without lots of hacks).
2022-07-01 15:45:00 +02:00
osy 6c8c6d8dc6 qemu: migrate legacy QEMU config 2022-06-18 00:11:36 -07:00
osy 300ef18fcc config: default hardware cards 2022-06-18 00:10:31 -07:00
osy 3d122c8728 config: implement defaults for new QEMU config backend 2022-05-30 18:06:59 -07:00
osy 77eb31e229 config: rewrite QEMU config in swift 2022-05-30 14:57:50 -07:00