Skip to content

Commit

Permalink
feat: always ignore msrs
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal committed Oct 8, 2023
1 parent 851a67d commit 00b814a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winapps/src/quickemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 00b814a

Please sign in to comment.