This commit is contained in:
Ferdinand Schober
2024-07-01 16:04:09 +02:00
parent 160b2532ff
commit 984efe7dd7

View File

@@ -88,7 +88,7 @@ pub async fn create(
#[cfg(windows)]
EmulationBackend::Windows,
#[cfg(target_os = "macos")]
EmulationBackend::MacOS,
EmulationBackend::MacOs,
EmulationBackend::Dummy,
] {
match create_backend(backend).await {