ui: Fix segfault on Linux when passing a program via command line (#764)

This commit is contained in:
Thomas Guillemard 2019-09-08 03:59:41 +02:00 committed by jduncanator
parent 7ff394e68a
commit 9afb8ad485
2 changed files with 6 additions and 3 deletions

View file

@ -131,8 +131,6 @@ namespace Ryujinx.UI
UpdateGameTable();
// Temporary code section end
LoadApplication(args[0]);
}
else
{
@ -202,7 +200,7 @@ namespace Ryujinx.UI
StyleContext.AddProviderForScreen(Gdk.Screen.Default, cssProvider, 800);
}
private void LoadApplication(string path)
internal void LoadApplication(string path)
{
if (_gameLoaded)
{