fixed 2 problems caused by rebase
This commit is contained in:
parent
84b978ef76
commit
92535e2b53
2 changed files with 1 additions and 3 deletions
|
@ -21,8 +21,6 @@ namespace Ryujinx
|
|||
|
||||
Profile.Initialize();
|
||||
|
||||
ApplicationLibrary.Init();
|
||||
|
||||
Application.Init();
|
||||
|
||||
Application gtkapp = new Application("Ryujinx.Ryujinx", GLib.ApplicationFlags.None);
|
||||
|
|
|
@ -143,7 +143,7 @@ namespace Ryujinx.UI
|
|||
applicationIcon = ms.ToArray();
|
||||
}
|
||||
}
|
||||
catch (FileNotFoundException)
|
||||
catch (HorizonResultException)
|
||||
{
|
||||
IDirectory controlDir = controlFs.OpenDirectory("./", OpenDirectoryMode.All);
|
||||
foreach (DirectoryEntry entry in controlDir.Read())
|
||||
|
|
Loading…
Add table
Reference in a new issue