mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
vita3k: Switch to C++23
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ ProcessorCount(CPU_COUNT)
|
||||
# Define the Architecture variable, right now it should only contain "x86_64" or "arm64"
|
||||
include("external/dynarmic/CMakeModules/DetectArchitecture.cmake")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
|
||||
|
||||
Vendored
+1
@@ -16,6 +16,7 @@
|
||||
#include <regex>
|
||||
#include <unistd.h>
|
||||
#elif defined(_WIN32) || defined(_WIN64)
|
||||
#include <cstdlib>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user