1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 19:10:12 +00:00

more minor stuff

This commit is contained in:
Sebastian Wick 2013-06-23 21:34:41 +02:00
parent c97fac8116
commit 357974a429
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
int main(int argc, char *argv[])
{
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "software");
if (SDL_Init(SDL_INIT_VIDEO) != 0)
{
qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError());

View file

@ -6,6 +6,7 @@ resolution x = 800
resolution y = 600
fullscreen = false
screen = 1
# Render system
# blank means default