mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-31 04:03:44 +01:00
Build fix
This commit is contained in:
parent
edc099f026
commit
0359d6535b
@ -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…
x
Reference in New Issue
Block a user