mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +00:00
- updated VM from GZDoom.
Just to be up to date.
This commit is contained in:
parent
0314cdec55
commit
cb49bcb96d
9 changed files with 60 additions and 9 deletions
|
@ -45,7 +45,11 @@
|
|||
#include "version.h"
|
||||
|
||||
#ifdef HAVE_VM_JIT
|
||||
#ifdef __DragonFly__
|
||||
CUSTOM_CVAR(Bool, vm_jit, false, CVAR_NOINITCALL)
|
||||
#else
|
||||
CUSTOM_CVAR(Bool, vm_jit, true, CVAR_NOINITCALL)
|
||||
#endif
|
||||
{
|
||||
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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue