mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 09:48:24 +00:00
vi: manage resources independently of nvnflinger and refactor
This commit is contained in:
parent
e34074861c
commit
f5d736af4b
62 changed files with 1758 additions and 1492 deletions
|
@ -231,14 +231,4 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* The purpose of this class is to own any objects that need to be shared across the other service
|
||||
* implementations. Will be torn down when the global system instance is shutdown.
|
||||
*/
|
||||
class Services final {
|
||||
public:
|
||||
explicit Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
|
||||
~Services();
|
||||
};
|
||||
|
||||
} // namespace Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue