Manager: Pass certain command-line params to VMs

This commit is contained in:
Alexander Babikov
2025-08-27 23:54:39 +05:00
parent 9133e5bd2f
commit 6f99d565e1
3 changed files with 17 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ extern char vmm_path[1024]; /* VM Manager path to scan */
extern int start_vmm; /* the current execution will start the manager */
extern int portable_mode; /* we are running in portable mode
(global dirs = exe path) */
extern int global_cfg_overridden; /* global config file was overriden on command line */
extern int monitor_edid; /* (C) Which EDID to use. 0=default, 1=custom. */
extern char monitor_edid_path[1024]; /* (C) Path to custom EDID */