mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 04:27:57 -05:00
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
This commit is contained in:
@ -11,8 +11,8 @@ namespace SM {
|
||||
|
||||
class Controller final : public ServiceFramework<Controller> {
|
||||
public:
|
||||
explicit Controller();
|
||||
~Controller();
|
||||
Controller();
|
||||
~Controller() = default;
|
||||
|
||||
private:
|
||||
void ConvertSessionToDomain(Kernel::HLERequestContext& ctx);
|
||||
|
Reference in New Issue
Block a user