From 06851f8b984574cd1532191feca9765ea07904c0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Nov 2022 18:50:47 +0100 Subject: Added box64rc configuration file handling --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index d3a77980..ea1c5b4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -58,6 +58,15 @@ Note that many installer (mojo setup based) will fall back to "x86" when detecti ---- +Notes about Box64 configuration +---- + +Box64 now have configurations files. There are 2 files loaded. `/etc/box4.box64rc` and `~/.box64rc`. Both files have the same syntax, and is basicaly an ini files. Section in square brakets define the process name, and the rest is the env. var. to set. Looke at [Usage](USAGE.md) for detail on what parameters can be put. Box64 comes with a default file that should be installed for better stability. The file in in `system/box64.box64rc` and should be installed to `/etc/box64.box64rc` If, for some reasons, you don't want to install that file here, at least copy it to `~/.box64rc` or some game may not function correctly. +Note that the priority is: `~/.bashrc` > `/etc/box64.box64rc` > command line +So, your settings in `~/.bashrc` may override the setting from your command line... + +---- + Notes about Unity game emulation ---- -- cgit 1.4.1