Removed the useless codegen_close().

This commit is contained in:
OBattler
2023-10-07 22:50:17 +02:00
parent 9d1d69394b
commit 535fd005dc
4 changed files with 0 additions and 35 deletions

View File

@@ -1212,10 +1212,6 @@ pc_close(UNUSED(thread_t *ptr))
/* Terminate the UI thread. */
is_quit = 1;
#if (defined(USE_DYNAREC) && defined(USE_NEW_DYNAREC))
codegen_close();
#endif
nvr_save();
config_save();