Update README.md

This commit is contained in:
Pierre-Loup A. Griffais 2020-11-02 10:45:22 -08:00 committed by GitHub
parent cd31090733
commit 6cc28f8d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,8 @@ On any X11 or Wayland desktop running Mesa commit [d19bc94e4eb9](https://gitlab.
``` ```
// Upscale a 720p game to 1080p with integer scaling // Upscale a 720p game to 1440p with integer scaling
gamescope -w 1280 -h 720 -W 1920 -H 1080 -n -- %command% gamescope -w 1280 -h 720 -W 2560 -H 1440 -n -- %command%
``` ```
``` ```