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:
parent
c97fac8116
commit
357974a429
2 changed files with 2 additions and 0 deletions
|
@ -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());
|
||||
|
|
|
@ -6,6 +6,7 @@ resolution x = 800
|
|||
resolution y = 600
|
||||
|
||||
fullscreen = false
|
||||
screen = 1
|
||||
|
||||
# Render system
|
||||
# blank means default
|
||||
|
|
Loading…
Reference in a new issue