diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-03-12 11:39:11 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-03-12 11:39:11 +0100 |
| commit | df928fd2d0186550686bba1dd1f9468a0239853f (patch) | |
| tree | 3d46027c9e66d945bb97adcc22450260dddc7fff /docs | |
| parent | 52c50a2fd4ad15a858540bee8d93ba129ac1d431 (diff) | |
| download | box64-df928fd2d0186550686bba1dd1f9468a0239853f.tar.gz box64-df928fd2d0186550686bba1dd1f9468a0239853f.zip | |
[RCFILE] Added 2 new rcfile only option, and try to apply wine program parameter earlier, before wien load to be able to change command line and maxcpu
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 |