docs: additional note explaining --screenpct

Co-authored-by: dabrown645 dabrown645@users.noreply.github.com
This commit is contained in:
Phil Clifford 2023-06-14 11:45:23 +01:00 committed by Martin Wimpress
parent 4221302936
commit 51a6502a79
4 changed files with 17 additions and 1 deletions

View file

@ -624,6 +624,11 @@ which Quickemu sizes to 2048x1152. Without the `--screen` option,
Quickemu would have used the 1920x1080 monitor which results in a window
size of 1664x936.
The '--screenpct' is an optional interger value between 25 \<= pct \<
100 which will override system default screen sizes. The VM size will be
'pct' of the chosen screen. **If --fullscreen is chosen screen will be
fullsize instead of being scaled down by --screenpct value.**
# References
Useful reference that assisted the development of Quickemu.