mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-23 06:41:08 +00:00
more minor stuff
This commit is contained in:
parent
c97fac8116
commit
357974a429
@ -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…
x
Reference in New Issue
Block a user