diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-08-16 01:37:09 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-08-16 01:37:09 +0300 |
commit | a728a542be7b3cf5dde16184dea071c50fdd38c0 (patch) | |
tree | 78aced541ca2fb65476444563ad41366c0dc096d /src/skel/win | |
parent | 72088a000b6fc0d641f5b94f6aa6586e9e2d9e8b (diff) |
Graphics menu + MSAA
Diffstat (limited to 'src/skel/win')
-rw-r--r-- | src/skel/win/win.cpp | 4 |
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; } |