mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06: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