1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 11:09:43 +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[]) int main(int argc, char *argv[])
{ {
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "software");
if (SDL_Init(SDL_INIT_VIDEO) != 0) if (SDL_Init(SDL_INIT_VIDEO) != 0)
{ {
qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError()); qDebug() << "SDL_Init failed: " << QString::fromStdString(SDL_GetError());

View file

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