]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
use INSTR_STATE by default, add -femulate-state to switch to emulation, and -state...
[xonotic/gmqcc.git] / gmqcc.ini.example
index 20680d372771cc2d0972e8508fa3632ff2cc5849..290e1bd5d3ea56bd8ba278dd9d30ea5ae688d737 100644 (file)
     SORT_OPERANDS = false
 
 
+    #Emulate OP_STATE operations in code rather than using the instruction.
+    #The desired fps can be set via -state-fps=NUM, defaults to 10.
+
+    EMULATE_STATE = false
+
 
 [warnings]
     #Generate a warning about variables which are declared but never