mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correct typo in --ignore-msrs-always argument
This commit is contained in:
parent
936f79590c
commit
32da324717
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -984,7 +984,7 @@ else
|
||||||
FULLSCREEN="-full-screen"
|
FULLSCREEN="-full-screen"
|
||||||
FULLSPICY="--full-screen"
|
FULLSPICY="--full-screen"
|
||||||
shift;;
|
shift;;
|
||||||
-ignore-msrs-always|0-ignore-msrs-always)
|
-ignore-msrs-always|--ignore-msrs-always)
|
||||||
ignore_msrs_always
|
ignore_msrs_always
|
||||||
exit;;
|
exit;;
|
||||||
-screen|--screen)
|
-screen|--screen)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue