mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 18:18:00 -05:00
core: barrier service thread shutdown
This commit is contained in:
@ -303,4 +303,8 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
|
||||
|
||||
Services::~Services() = default;
|
||||
|
||||
void Services::KillNVNFlinger() {
|
||||
nv_flinger->ShutdownLayers();
|
||||
}
|
||||
|
||||
} // namespace Service
|
||||
|
Reference in New Issue
Block a user