* Removes Direct3D9 functionality.

This commit is contained in:
Areloch 2017-07-07 03:13:43 -05:00
parent 412c0380f4
commit 296ab5b532
2 changed files with 1 additions and 10 deletions

View file

@ -25,7 +25,7 @@ $sceneLighting::cacheSize = 20000;
$sceneLighting::purgeMethod = "lastCreated";
$sceneLighting::cacheLighting = 1;
$pref::Video::displayDevice = "D3D9";
$pref::Video::displayDevice = "D3D11";
$pref::Video::disableVerticalSync = 1;
$pref::Video::Resolution = "1024 768";
$pref::Video::FullScreen = false;