Skip to content

Commit 133b19f

Browse files
committed
Update Qt for macOs to 6.10.1
1 parent fce3930 commit 133b19f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/rpcs3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: macos-14
135135
env:
136136
CCACHE_DIR: /tmp/ccache_dir
137-
QT_VER: '6.9.3'
137+
QT_VER: '6.10.1'
138138
QT_VER_MAIN: '6'
139139
LLVM_COMPILER_VER: '21'
140140
RELEASE_MESSAGE: ../GitHubReleaseMessage.txt

rpcs3/rpcs3.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ QCoreApplication* create_application(std::span<char* const> qt_argv)
438438
#elif __APPLE__
439439
// set the QT_MTL_NO_TRANSACTION variable in order to prevent Qt GUI freeze
440440
qputenv("QT_MTL_NO_TRANSACTION", "1");
441+
442+
// set the QT_MAC_NO_CONTAINER_LAYER variable in order to prevent swapchain crash
443+
qputenv("QT_MAC_NO_CONTAINER_LAYER", "1");
441444
#endif
442445

443446
bool use_high_dpi = true;

0 commit comments

Comments
 (0)