jit: make everything configurable

This commit is contained in:
RSDuck
2019-07-14 04:33:36 +02:00
committed by RSDuck
parent dcf6e1cad2
commit 9d76d63af5
12 changed files with 192 additions and 46 deletions

View File

@ -46,6 +46,9 @@ extern int Threaded3D;
extern int GL_ScaleFactor;
extern int GL_Antialias;
extern bool JIT_Enable;
extern int JIT_MaxBlockSize;
}
#endif // CONFIG_H