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 /src/include/debug.h | |
| 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 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 2c5746a0..a6660d7d 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -80,6 +80,9 @@ extern uint64_t start_cnt; #endif extern int box64_nosandbox; extern int box64_inprocessgpu; +extern int box64_cefdisablegpu; +extern int box64_cefdisablegpucompositor; +extern int box64_maxcpu_immutable; extern int box64_malloc_hack; extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; |