override Dispose in homebrew romfs stream
This commit is contained in:
parent
66a40e0e2c
commit
d0110b0da7
1 changed files with 8 additions and 0 deletions
|
@ -65,5 +65,13 @@ namespace Ryujinx.HLE.HOS
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing)
|
||||||
|
{
|
||||||
|
_baseStream.Dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue