diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-25 15:10:40 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-25 15:10:40 +0200 |
| commit | a8784eff9f40ca284cb03ae30a93287ea635ba91 (patch) | |
| tree | c8fdf11d077d76c3a21dd7b5dd49f7baef987e02 /system | |
| parent | b26ae5886ddc7d0d84595fb5b94878f50d488d42 (diff) | |
| download | box64-a8784eff9f40ca284cb03ae30a93287ea635ba91.tar.gz box64-a8784eff9f40ca284cb03ae30a93287ea635ba91.zip | |
[RCFILE] Added support for generic names in RCFiles
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 19ffdbbb..ddf43bfc 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -3,6 +3,19 @@ # Note that process name are case insensitive! # +# Generic names +# +[*setup*] +BOX64_DYNAREC_SAFEFLAGS=2 +BOX64_DYNAREC_BIGBLOCK=0 +BOX64_DYNAREC_CALLRET=0 + +[*install*] +BOX64_DYNAREC_SAFEFLAGS=2 +BOX64_DYNAREC_BIGBLOCK=0 +BOX64_DYNAREC_CALLRET=0 + +# # Linux process # [3dSen.x86_64] |