Merge branch '86Box:master' into master

This commit is contained in:
Ompronce
2021-09-21 09:14:02 -04:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -2009,6 +2009,7 @@ config_load(void)
hide_status_bar = 0;
scale = 1;
machine = machine_get_machine_from_internal_name("ibmpc");
dpi_scale = 1;
/* Set up the architecture flags. */
AT = IS_AT(machine);

View File

@@ -24,6 +24,10 @@ if(CYRIX_6X86)
target_compile_definitions(cpu PRIVATE USE_CYRIX_6X86)
endif()
if(M6117)
target_compile_definitions(cpu PRIVATE USE_M6117)
endif()
if(DYNAREC)
add_library(cgt OBJECT codegen_timing_486.c codegen_timing_686.c
codegen_timing_common.c codegen_timing_k6.c