Forgot u32 in enum class
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
|||||||
u32 ioctl(u32 command, const std::vector<u8>& input, std::vector<u8>& output) override;
|
u32 ioctl(u32 command, const std::vector<u8>& input, std::vector<u8>& output) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum class IoctlCommand {
|
enum class IoctlCommand : u32 {
|
||||||
IocGetCharacteristicsCommand = 0xC0B04705,
|
IocGetCharacteristicsCommand = 0xC0B04705,
|
||||||
IocGetTPCMasksCommand = 0xC0184706,
|
IocGetTPCMasksCommand = 0xC0184706,
|
||||||
IocGetActiveSlotMaskCommand = 0x80084714,
|
IocGetActiveSlotMaskCommand = 0x80084714,
|
||||||
|
|||||||
Reference in New Issue
Block a user