mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 10:58:04 -05:00
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
This commit is contained in:
@ -11,8 +11,8 @@ namespace APM {
|
||||
|
||||
class APM final : public ServiceFramework<APM> {
|
||||
public:
|
||||
explicit APM();
|
||||
~APM();
|
||||
APM();
|
||||
~APM() = default;
|
||||
};
|
||||
|
||||
/// Registers all AM services with the specified service manager.
|
||||
|
Reference in New Issue
Block a user