- separated the Doom specific parts from the compiler backend into a separate file, these parts now get invoked via callback hooks.
This commit is contained in:
parent
64dc9ac456
commit
3454314bb1
14 changed files with 1164 additions and 895 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include "c_cvars.h"
|
||||
#include "jit.h"
|
||||
|
||||
EXTERN_CVAR(Bool, strictdecorate);
|
||||
CVAR(Bool, strictdecorate, false, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)
|
||||
|
||||
struct VMRemap
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue