This commit is contained in:
Jonathan Campbell 2018-08-09 11:54:20 -07:00
parent 77eef9405a
commit 6f45b1d18a

View File

@ -889,6 +889,9 @@ void DOSBOX_SetupConfigSections(void) {
const char* cores[] = { "auto",
#if (C_DYNAMIC_X86)
"dynamic",
#endif
#if defined(LINUX)
"ptrace",
#endif
"normal", "full", "simple", 0 };