From 15411c7c9e685a4664fdcc96200c8b3be381cd45 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 11 Jul 2022 13:51:05 +0200 Subject: Added BOX64_ENV to create env. var. at load time (for #347) --- docs/USAGE.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 58ed188c..f15338e5 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -185,6 +185,14 @@ Disables the load of vulkan libraries. * 0 : Load vulkan libraries if found. * 1 : Disables the load of vulkan libraries, both the native and the i386 version (can be useful on Pi4, where the vulkan driver is not quite there yet.) +#### BOX64_ENV + * XXX=yyyy + will add XXX=yyyy env. var. + +#### BOX64_ENV1 + * XXX=yyyy + will add XXX=yyyy env. var. and continue with BOX86_ENV2 ... until var doesn't exist + #### BOX64_JITGDB * 0 : Just print the Segfault message on segfault (default) * 1 : Launch `gdb` when a segfault, bus error or illegal instruction signal is trapped, attached to the offending process and go in an endless loop, waiting. -- cgit 1.4.1