mirror of
https://github.com/XProger/OpenLara.git
synced 2025-03-14 16:19:41 +01:00
XBOX turn off MSAA for 720p for stable 60 fps
This commit is contained in:
parent
8292ae6a42
commit
a94937ae40
@ -268,7 +268,7 @@ HRESULT ContextCreate() {
|
|||||||
if (d3dpp.BackBufferHeight == 480) {
|
if (d3dpp.BackBufferHeight == 480) {
|
||||||
d3dpp.MultiSampleType = D3DMULTISAMPLE_4_SAMPLES_MULTISAMPLE_GAUSSIAN;
|
d3dpp.MultiSampleType = D3DMULTISAMPLE_4_SAMPLES_MULTISAMPLE_GAUSSIAN;
|
||||||
} else if (d3dpp.BackBufferHeight == 720) {
|
} else if (d3dpp.BackBufferHeight == 720) {
|
||||||
d3dpp.MultiSampleType = D3DMULTISAMPLE_2_SAMPLES_MULTISAMPLE_QUINCUNX;
|
d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE; //D3DMULTISAMPLE_2_SAMPLES_MULTISAMPLE_QUINCUNX; // unstable 60 fps
|
||||||
} else if (d3dpp.BackBufferHeight == 1080) {
|
} else if (d3dpp.BackBufferHeight == 1080) {
|
||||||
d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE;
|
d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user