summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-08-16 20:02:48 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-08-16 20:02:48 +0200
commit27653343666fae5529946535a5e80e4b8819a624 (patch)
tree4fffe2c69e0deac67c8e99bed1e82bd21eeb276f /src/skel/win/win.cpp
parentsync with master (diff)
parentremove CFO (diff)
downloadre3-27653343666fae5529946535a5e80e4b8819a624.tar
re3-27653343666fae5529946535a5e80e4b8819a624.tar.gz
re3-27653343666fae5529946535a5e80e4b8819a624.tar.bz2
re3-27653343666fae5529946535a5e80e4b8819a624.tar.lz
re3-27653343666fae5529946535a5e80e4b8819a624.tar.xz
re3-27653343666fae5529946535a5e80e4b8819a624.tar.zst
re3-27653343666fae5529946535a5e80e4b8819a624.zip
Diffstat (limited to 'src/skel/win/win.cpp')
-rw-r--r--src/skel/win/win.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index a064788c..e79a8150 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -1597,7 +1597,9 @@ psSelectDevice()
PSGLOBAL(fullScreen) = FALSE;
#endif
}
-
+#ifdef MULTISAMPLING
+ RwD3D8EngineSetMultiSamplingLevels(1 << FrontEndMenuManager.m_nPrefsMSAALevel);
+#endif
return TRUE;
}