Skip to content

Commit

Permalink
docs(app_examples): update qres example
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 10, 2025
1 parent 4f6c422 commit 1d6614f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/app_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ third-party tool, you can use [QRes](#qres) as an example.
@note{This example uses the *QRes* tool to change the resolution and refresh rate.
This tool can be downloaded from their [SourceForge repository](https://sourceforge.net/projects/qres).}.

| Prep Step | Command |
|-----------|-------------------------------------------------------------------------------------------------------------------------|
| Do | @code{}cmd /C FullPath\qres.exe /x:%SUNSHINE_CLIENT_WIDTH% /y:%SUNSHINE_CLIENT_HEIGHT% /r:%SUNSHINE_CLIENT_FPS%@endcode |
| Undo | @code{}cmd /C FullPath\qres.exe /x:3840 /y:2160 /r:120@endcode |
| Prep Step | Command |
|-----------|---------------------------------------------------------------------------------------------------------------------------|
| Do | @code{}cmd /C "FullPath\qres.exe /x:%SUNSHINE_CLIENT_WIDTH% /y:%SUNSHINE_CLIENT_HEIGHT% /r:%SUNSHINE_CLIENT_FPS%@endcode" |
| Undo | @code{}FullPath\qres.exe /x:3840 /y:2160 /r:120@endcode |

### Additional Considerations

Expand Down

0 comments on commit 1d6614f

Please sign in to comment.