This commit is contained in:
gdkchan 2018-10-17 19:11:44 -03:00
parent f2c5ec8b7b
commit 5933343981

View file

@ -45,7 +45,7 @@ namespace Ryujinx.HLE.HOS.Services.Mm
{
Context.Device.Gpu.UninitializeVideoDecoder();
Context.Device.Log.PrintStub(LogClass.ServiceMm, "Stubbed.");
Logger.PrintStub(LogClass.ServiceMm, "Stubbed.");
return 0;
}