Fix dynarmic submodule

This commit is contained in:
wheremyfoodat 2022-09-26 18:43:37 +03:00
parent 979519f785
commit f9287c1eda
5 changed files with 11 additions and 7 deletions

View file

@ -21,7 +21,7 @@ namespace Log {
static Logger<false> kernelLogger;
static Logger<true> debugStringLogger; // Enables output for the outputDebugString SVC
static Logger<false> svcLogger;
static Logger<false> gpuLogger;
static Logger<true> gpuLogger;
// Service loggers
static Logger<false> aptLogger;