Align some missing
This commit is contained in:
parent
15188e3b9e
commit
d5d9f7fad3
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ namespace Ryujinx.HLE.HOS.Services.Mm
|
|||
return 0;
|
||||
}
|
||||
|
||||
// FinalizeOld(u32)
|
||||
public long FinalizeOld(ServiceCtx Context)
|
||||
{
|
||||
Context.Device.Gpu.UninitializeVideoDecoder();
|
||||
|
@ -79,6 +80,7 @@ namespace Ryujinx.HLE.HOS.Services.Mm
|
|||
return 0;
|
||||
}
|
||||
|
||||
// Finalize(u32)
|
||||
public long Finalize(ServiceCtx Context)
|
||||
{
|
||||
Context.Device.Gpu.UninitializeVideoDecoder();
|
||||
|
|
Loading…
Add table
Reference in a new issue