Add multisampling to librw

# Conflicts:
#	src/core/config.h
#	vendor/librw
This commit is contained in:
Sergeanur
2020-11-28 15:13:06 +02:00
parent b8d3d8f5e4
commit 16abbad6b2
4 changed files with 10 additions and 2 deletions

View File

@ -841,7 +841,10 @@ psSelectDevice()
PSGLOBAL(fullScreen) = !FrontEndMenuManager.m_nPrefsWindowed;
#endif
#ifdef MULTISAMPLING
RwD3D8EngineSetMultiSamplingLevels(1 << FrontEndMenuManager.m_nPrefsMSAALevel);
#endif
return TRUE;
}