mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07:19 +02:00
feat: always ignore msrs
This commit is contained in:
parent
851a67d5d3
commit
00b814aae1
@ -34,6 +34,7 @@ pub fn start_vm(config: Config) {
|
||||
let command = match Command::new("quickemu")
|
||||
.current_dir(data_dir)
|
||||
.args([
|
||||
"--ignore-msrs-always",
|
||||
"--vm",
|
||||
&format!("{}.conf", config.vm.name),
|
||||
"--display",
|
||||
|
Loading…
x
Reference in New Issue
Block a user