Switched threads to pthread for all platforms (on Windows, you can compile with Win32 threads using PTHREAD=n).

This commit is contained in:
OBattler
2021-09-14 21:58:15 +02:00
parent 0e8348f0e2
commit 3c2ac29c68
6 changed files with 223 additions and 180 deletions

View File

@@ -16,7 +16,7 @@
# WIN32 marks us as a GUI app on Windows
add_executable(86Box WIN32 86box.c config.c random.c timer.c io.c acpi.c apm.c
dma.c ddma.c nmi.c pic.c pit.c port_92.c ppi.c pci.c mca.c usb.c
device.c nvr.c nvr_at.c nvr_ps2.c)
device.c nvr.c nvr_at.c nvr_ps2.c thread.c)
if(NEW_DYNAREC)
add_compile_definitions(USE_NEW_DYNAREC)