Add a compile option to choose between thread implementations

This commit is contained in:
David Hrdlička
2021-12-17 06:59:53 +01:00
parent 707acadd36
commit 7df9e2a454
6 changed files with 212 additions and 7 deletions

View File

@@ -64,6 +64,7 @@ option(MUNT "MUNT" ON)
option(VRAMDUMP "Video RAM dumping" OFF)
option(DINPUT "DirectInput" OFF)
option(DISCORD "Discord integration" ON)
option(CPPTHRAD "C++11 threads" ON)
option(NEW_DYNAREC "Use the PCem v15 (\"new\") dynamic recompiler" OFF)