diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 0040ac9a..c12a7618 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -362,6 +362,14 @@ Those variables are only valid inside a rcfile: * 0 : Nothing special * 1 : Added "--in-process-gpu" to command line arguments (usefull for chrome based programs) +#### BOX64_CEFDISABLEGPU + * 0 : Nothing special + * 1 : Added "-cef-disable-gpu" to command line arguments (usefull for steamwebhelper/cef based programs) + +#### BOX64_CEFDISABLEGPUCOMPOSITOR + * 0 : Nothing special + * 1 : Added "-cef-disable-gpu-compositor" to command line arguments (usefull for steamwebhelper/cef based programs) + #### BOX64_EXIT * 0 : Nothing special * 1 : Just exit, don't try to run the program |