From f2165af49ceccfecde1dc6282752451e590404df Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:31:19 -0500 Subject: [PATCH] docs(app_examples): update qres example --- docs/app_examples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/app_examples.md b/docs/app_examples.md index 7bbd7873bef..52c349edbeb 100644 --- a/docs/app_examples.md +++ b/docs/app_examples.md @@ -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