Add global toggle option.
This commit is contained in:
parent
caabfe864c
commit
fd8701dd25
4 changed files with 28 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ nosave string mfx_presetname = "Unnamed";
|
|||
|
||||
// END PRESET VARS
|
||||
|
||||
nosave bool mfx_enabled = true;
|
||||
|
||||
nosave int mfx_presetslot = 0;
|
||||
nosave string mfx_preset0 = "";
|
||||
nosave string mfx_preset1 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue