diff --git a/Externals/Qt b/Externals/Qt index 44e2103ff5..660ac2560e 160000 --- a/Externals/Qt +++ b/Externals/Qt @@ -1 +1 @@ -Subproject commit 44e2103ff57aeca435f3b99f303197ecb9447ce5 +Subproject commit 660ac2560e62f3abfa4d9ce410a476747aad52f1 diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index a6e6bdc637..b74d6edba3 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.7.0/ARM64") + list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.8.0/ARM64") else() - list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.7.0/x64") + list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt6.8.0/x64") endif() endif() diff --git a/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp b/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp index a4c65cd85c..b48f46e0b8 100644 --- a/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp +++ b/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp @@ -280,7 +280,6 @@ void GeckoCodeWidget::LoadCodes() m_add_code->setEnabled(!m_game_id.empty()); m_edit_code->setEnabled(false); m_remove_code->setEnabled(false); - m_download_codes->setEnabled(!m_game_id.empty()); UpdateList(); } @@ -376,4 +375,4 @@ void GeckoCodeWidget::UpdateList() } m_code_list->setDragDropMode(QAbstractItemView::InternalMove); -} \ No newline at end of file +} diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index 0494342dca..06bef7a2c0 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -1,7 +1,7 @@ - $(ExternalsDir)Qt\Qt6.7.0\ + $(ExternalsDir)Qt\Qt6.8.0\ $(ExternalsQtDir)$(Platform)\ $(QtTargetDirDefault) $(QTDIR)\