mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Build fix
This commit is contained in:
parent
edc099f026
commit
0359d6535b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ enum BootModeCmd {
|
|||
BootMode_Cmd_SetMaintenanceBoot = 1
|
||||
};
|
||||
|
||||
class BootModeService final : IServiceObject, public IpcCommandWrapper<BootModeService> {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue