mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06:00
Add IManagerDisplayService::CreateStrayLayer (#683)
This was added in 7.0.0
This commit is contained in:

committed by
jduncanator

parent
6e8c080968
commit
0d69d8e6c1
@ -61,7 +61,7 @@ namespace Ryujinx.HLE.HOS.Services.Vi
|
||||
|
||||
public long GetManagerDisplayService(ServiceCtx context)
|
||||
{
|
||||
MakeObject(context, new IManagerDisplayService());
|
||||
MakeObject(context, new IManagerDisplayService(this));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user