mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 23:20:34 +00:00
Graphics menu + MSAA
This commit is contained in:
parent
72088a000b
commit
a728a542be
9 changed files with 341 additions and 37 deletions
|
@ -1597,7 +1597,9 @@ psSelectDevice()
|
|||
PSGLOBAL(fullScreen) = FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef MULTISAMPLING
|
||||
RwD3D8EngineSetMultiSamplingLevels(1 << FrontEndMenuManager.m_nPrefsMSAALevel);
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue