How To Fix Hanging Problem In Max Payne 3 Game
- Get link
- X
- Other Apps
Copy This Code And Past In graphics Xaml page. code available below . Steps: Page Available in my documents folder when open my documents folder than open Rock star folder than open Max Payne 3 folder than open Graphic page and past the given code and save it.
Watch video And Learn How To Fix Bugs In max Payne 3
Code For Xaml page
<?xml version="1.0" encoding="UTF-8"?>
<Graphics Version="1">
<Resolution value="1"/>
<Width value="800"/>
<Height value="600"/>
<RefreshRate value="60"/>
<Fullscreen value="1"/>
<TextureQuality value="0"/>
<AnisotropicQuality value="0"/>
<Vsync value="0"/>
<SSAO value="0"/>
<ShadowQuality value="1"/>
<ReflectionQuality value="1"/>
<WaterQuality value="0"/>
<FXAA value="0"/>
<MSAA value="1"/>
<Tessellation value="0"/>
<HighQualityShaders value="1"/>
<DirectXVersion value="1"/>
</Graphics>
- Get link
- X
- Other Apps
Comments