[Shader JIT] Attempt to add CALLC/JMPC/JMPU/LOOP

This commit is contained in:
wheremyfoodat 2023-06-11 23:43:47 +03:00
commit 137b652840
3 changed files with 107 additions and 3 deletions
include

View file

@ -26,6 +26,7 @@ namespace Log {
static Logger<false> threadLogger;
static Logger<false> gpuLogger;
static Logger<false> rendererLogger;
static Logger<false> shaderJITLogger;
// Service loggers
static Logger<false> acLogger;