Update to LibHac 0.6.0 (#792)

* Update to LibHac 0.6.0

* Create an IFileSystemProxy object from LibHac

* Rename rc -> result

* Alignment and spacing

* Result formatting

* Spacing

* Sort usings
This commit is contained in:
Alex Barney 2019-10-17 01:17:44 -05:00 committed by Ac_K
parent 66f2e7a5eb
commit 7d80fb5dc7
18 changed files with 353 additions and 404 deletions

View file

@ -1,5 +1,5 @@
using JsonPrettyPrinterPlus;
using LibHac.Fs;
using LibHac.FsSystem;
using OpenTK.Input;
using Ryujinx.Common;
using Ryujinx.Common.Logging;