Forgot u32 in enum class

This commit is contained in:
David Marcec
2018-02-05 00:56:33 -08:00
parent 75139334e0
commit 30f6b684d2

View File

@@ -21,7 +21,7 @@ public:
u32 ioctl(u32 command, const std::vector<u8>& input, std::vector<u8>& output) override;
private:
enum class IoctlCommand {
enum class IoctlCommand : u32 {
IocGetCharacteristicsCommand = 0xC0B04705,
IocGetTPCMasksCommand = 0xC0184706,
IocGetActiveSlotMaskCommand = 0x80084714,