hey, this is kinda bad

This commit is contained in:
Ezekiel Bethel 2018-02-12 22:10:01 +00:00
parent 98858520a6
commit 06f5af878d

View file

@ -21,8 +21,8 @@ namespace Ryujinx.OsHle.Objects.FspSrv
{ 0, Read },
{ 1, Write },
// { 2, Flush },
{ 3, GetSize },
{ 4, SetSize }
{ 3, SetSize },
{ 4, GetSize }
};
this.BaseStream = BaseStream;