mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
jit: make everything configurable
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user