mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 13:59:21 +00:00
Add multisampling to librw
# Conflicts: # src/core/config.h # vendor/librw
This commit is contained in:
parent
b8d3d8f5e4
commit
16abbad6b2
4 changed files with 10 additions and 2 deletions
|
@ -841,7 +841,10 @@ psSelectDevice()
|
|||
|
||||
PSGLOBAL(fullScreen) = !FrontEndMenuManager.m_nPrefsWindowed;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MULTISAMPLING
|
||||
RwD3D8EngineSetMultiSamplingLevels(1 << FrontEndMenuManager.m_nPrefsMSAALevel);
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue