From df928fd2d0186550686bba1dd1f9468a0239853f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 12 Mar 2024 11:39:11 +0100 Subject: [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 --- src/include/debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1