mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Initial work
This commit is contained in:
@ -24,8 +24,6 @@ namespace Ryujinx.HLE.HOS.Services.Mm
|
||||
// FinalizeOld(u32)
|
||||
public ResultCode FinalizeOld(ServiceCtx context)
|
||||
{
|
||||
context.Device.Gpu.UninitializeVideoDecoder();
|
||||
|
||||
Logger.PrintStub(LogClass.ServiceMm);
|
||||
|
||||
return ResultCode.Success;
|
||||
@ -69,8 +67,6 @@ namespace Ryujinx.HLE.HOS.Services.Mm
|
||||
// Finalize(u32)
|
||||
public ResultCode Finalize(ServiceCtx context)
|
||||
{
|
||||
context.Device.Gpu.UninitializeVideoDecoder();
|
||||
|
||||
Logger.PrintStub(LogClass.ServiceMm);
|
||||
|
||||
return ResultCode.Success;
|
||||
|
Reference in New Issue
Block a user