Skip to content

Commit

Permalink
#4234 : Honor command line option (/fullscreen=no or /windowed) when …
Browse files Browse the repository at this point in the history
…starting MP.
  • Loading branch information
Sebastiii committed Feb 10, 2013
1 parent b57068e commit 99b1e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mediaportal/MediaPortal.Application/SplashScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ private void DoRun()
screennumber = xmlreader.GetValueAsInt("screenselector", "screennumber", 0);
}

if (D3DApp._windowedOverride)
startFullScreen = false;

if (useFullScreenSplash && screennumber > 0)
{
int AvailableScreensNumber = 0;
Expand Down

0 comments on commit 99b1e0d

Please sign in to comment.