Add provisions for portable mode to global dir functions

This commit is contained in:
David Hrdlička
2025-08-24 20:49:16 +02:00
committed by GitHub
parent 1b2aa32c67
commit 156d6f8bc8
4 changed files with 56 additions and 26 deletions

View File

@@ -228,6 +228,8 @@ int other_scsi_present = 0; /* SCSI contro
present */
int is_pcjr = 0; /* The current machine is PCjr. */
int portable_mode = 0; /* We are running in portable mode
(global dirs = exe path) */
// Accelerator key array
struct accelKey acc_keys[NUM_ACCELS];