diff --git a/stratosphere/pm/source/pm_boot_mode.hpp b/stratosphere/pm/source/pm_boot_mode.hpp index ade479359..99a4a5772 100644 --- a/stratosphere/pm/source/pm_boot_mode.hpp +++ b/stratosphere/pm/source/pm_boot_mode.hpp @@ -7,7 +7,7 @@ enum BootModeCmd { BootMode_Cmd_SetMaintenanceBoot = 1 }; -class BootModeService final : IServiceObject, public IpcCommandWrapper { +class BootModeService final : IServiceObject { public: Result dispatch(IpcParsedCommand &r, IpcCommand &out_c, u64 cmd_id, u8 *pointer_buffer, size_t pointer_buffer_size) override; Result handle_deferred() override;