diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h index d23ace67c3..9e97dac6f1 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -160,6 +160,8 @@ #define GECKO_CODE_HANDLER "codehandler.bin" +#define GECKO_CODE_HANDLER_MPN "codehandler-mpn.bin" + // Subdirs in Sys #define GC_SYS_DIR "GC" #define WII_SYS_DIR "Wii" diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index a295ffd18f..5767c6c28a 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -5,9 +5,9 @@ endif() if (MSVC) if(_M_ARM_64) - list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.5.1/ARM64") + list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.7.0/ARM64") else() - list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.5.1/x64") + list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.7.0/x64") endif() endif() diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index c42c823f88..fb89cf5d05 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -1,7 +1,7 @@ - $(ExternalsDir)Qt\Qt6.5.1\ + $(ExternalsDir)Qt\Qt6.7.0\ $(ExternalsQtDir)$(Platform)\ $(QtTargetDirDefault) $(QTDIR)\