Add OpenGL support.

This commit is contained in:
LuisAntonRebollo 2014-11-08 17:41:17 +01:00
parent c354f59b72
commit dd08fd2e7d
55 changed files with 2957 additions and 802 deletions

View file

@ -68,8 +68,8 @@ function onStart()
if ($platform $= "macos")
$pref::Video::displayDevice = "OpenGL";
else
$pref::Video::displayDevice = "D3D9";
//else
//$pref::Video::displayDevice = "D3D9";
// Initialise stuff.
exec("./scripts/client/core.cs");