mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 15:25:39 +01:00
Removed reference to core timing to nvflinger and used system instead
This commit is contained in:
parent
aed884d121
commit
e73ac40eaa
@ -198,7 +198,7 @@ ResultCode ServiceFrameworkBase::HandleSyncRequest(Kernel::HLERequestContext& co
|
|||||||
void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) {
|
void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) {
|
||||||
// NVFlinger needs to be accessed by several services like Vi and AppletOE so we instantiate it
|
// NVFlinger needs to be accessed by several services like Vi and AppletOE so we instantiate it
|
||||||
// here and pass it into the respective InstallInterfaces functions.
|
// here and pass it into the respective InstallInterfaces functions.
|
||||||
auto nv_flinger = std::make_shared<NVFlinger::NVFlinger>(system.CoreTiming(), system);
|
auto nv_flinger = std::make_shared<NVFlinger::NVFlinger>(system);
|
||||||
system.GetFileSystemController().CreateFactories(*system.GetFilesystem(), false);
|
system.GetFileSystemController().CreateFactories(*system.GetFilesystem(), false);
|
||||||
|
|
||||||
SM::ServiceManager::InstallInterfaces(sm);
|
SM::ServiceManager::InstallInterfaces(sm);
|
||||||
|
Loading…
Reference in New Issue
Block a user