Fix
This commit is contained in:
parent
bf5a3afe22
commit
976ced176a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ namespace Ryujinx.HLE.HOS.Services
|
||||||
|
|
||||||
if (ServiceConfiguration.IgnoreMissingServices || serviceExists)
|
if (ServiceConfiguration.IgnoreMissingServices || serviceExists)
|
||||||
{
|
{
|
||||||
ResultCode result = 0;
|
ResultCode result = ResultCode.Success;
|
||||||
|
|
||||||
context.ResponseData.BaseStream.Seek(_isDomain ? 0x20 : 0x10, SeekOrigin.Begin);
|
context.ResponseData.BaseStream.Seek(_isDomain ? 0x20 : 0x10, SeekOrigin.Begin);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue