Follow up improvements to documentation for GAMEMODERUNEXEC

This commit is contained in:
Alex Smith
2019-07-16 08:17:35 +01:00
parent 47db83e509
commit ffea085396
2 changed files with 7 additions and 4 deletions

View File

@ -44,7 +44,7 @@ Print the version
gamemoderun \./game
.RE
Or by setting the steam launch options for a game:
Or by setting the Steam launch options for a game:
.RS 4
gamemoderun %command%
@ -62,6 +62,8 @@ It is possible to set additional start commands to gamemoderun by setting the en
GAMEMODERUNEXEC="command"
.RE
When this is set, gamemoderun will execute the command given by that environment variable, and the command line passed to gamemoderun will be passed as arguments to that command. GameMode will not be applied to the wrapper command, just the game itself.
The \fBgamemode_client.h\fR header can be used by developers to build the requests into a program:
.RS 4