mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
-add a dummy definition for vm_jit in 32 bit.
This commit is contained in:
parent
62f649b4f6
commit
32f7e9a9ea
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ CUSTOM_CVAR(Bool, vm_jit, true, CVAR_NOINITCALL)
|
|||
Printf("You must restart " GAMENAME " for this change to take effect.\n");
|
||||
Printf("This cvar is currently not saved. You must specify it on the command line.");
|
||||
}
|
||||
#else
|
||||
CVAR(Bool, vm_jit, false, CVAR_NOINITCALL|CVAR_NOSET)
|
||||
#endif
|
||||
|
||||
cycle_t VMCycles[10];
|
||||
|
|
Loading…
Reference in a new issue