Fix some uncorrect code

This commit is contained in:
HorrorTroll 2018-12-06 19:55:46 +07:00
commit 10427bc98c

View file

@ -67,7 +67,7 @@ namespace Ryujinx.HLE.HOS.Services.Mm
Logger.PrintStub(LogClass.ServiceMm, $"Stubbed. Unknown0: {unknown0}"); Logger.PrintStub(LogClass.ServiceMm, $"Stubbed. Unknown0: {unknown0}");
Context.ResponseData.Write(0); context.ResponseData.Write(0);
return 0; return 0;
} }
@ -110,7 +110,7 @@ namespace Ryujinx.HLE.HOS.Services.Mm
Logger.PrintStub(LogClass.ServiceMm, $"Stubbed. Unknown0: {unknown0}"); Logger.PrintStub(LogClass.ServiceMm, $"Stubbed. Unknown0: {unknown0}");
Context.ResponseData.Write(0); context.ResponseData.Write(0);
return 0; return 0;
} }