mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:32:26 -07:00
Update to LibHac 0.2.0 (#549)
* Update to LibHac 0.2.0 * Changes based on feedback
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using LibHac;
|
||||
using LibHac.IO;
|
||||
using Ryujinx.HLE.HOS;
|
||||
using Ryujinx.HLE.HOS.Services.FspSrv;
|
||||
using System;
|
||||
@@ -117,7 +118,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||
|
||||
if (_pfs.FileExists(name))
|
||||
{
|
||||
Stream stream = _pfs.OpenFile(name);
|
||||
Stream stream = _pfs.OpenFile(name).AsStream();
|
||||
fileInterface = new IFile(stream, name);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user