summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-05-17 08:54:47 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-05-17 09:09:17 +0200
commite6c60b419c99141c0f140fa37e93e35fbf3df1d4 (patch)
tree7d28eb56b6da6ef9502735f685f4d8b704d8c09c /src/yuzu/bootmanager.cpp
parentMerge pull request #2462 from lioncash/video-mm (diff)
downloadyuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.tar
yuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.tar.gz
yuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.tar.bz2
yuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.tar.lz
yuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.tar.xz
yuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.tar.zst
yuzu-e6c60b419c99141c0f140fa37e93e35fbf3df1d4.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/bootmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index 5c98636c5..810954b36 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -379,6 +379,7 @@ void GRenderWindow::InitRenderTarget() {
fmt.setVersion(4, 3);
if (Settings::values.use_compatibility_profile) {
fmt.setProfile(QSurfaceFormat::CompatibilityProfile);
+ fmt.setOption(QSurfaceFormat::FormatOption::DeprecatedFunctions);
} else {
fmt.setProfile(QSurfaceFormat::CoreProfile);
}