mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +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("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.");
|
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
|
#endif
|
||||||
|
|
||||||
cycle_t VMCycles[10];
|
cycle_t VMCycles[10];
|
||||||
|
|
Loading…
Reference in a new issue