Merge remote-tracking branch 'upstream/master' into feature/ich2

This commit is contained in:
Jasmine Iwanek
2022-08-31 21:24:58 -04:00
106 changed files with 58824 additions and 56422 deletions

View File

@@ -1378,7 +1378,7 @@ cpu_set(void)
}
if (is386) {
#ifdef USE_DYNAREC
#if defined(USE_DYNAREC) && !defined(USE_GDBSTUB)
if (cpu_use_dynarec)
cpu_exec = exec386_dynarec;
else