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:
parent
c97fac8116
commit
357974a429
2 changed files with 2 additions and 0 deletions
|
@ -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());
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue