mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-25 12:53:19 +02:00
haze: fix stray hex constant
This commit is contained in:
parent
d7b3676939
commit
d5f47bf977
@ -131,7 +131,7 @@ namespace haze {
|
|||||||
PtpResponseCode_MtpSpecification_By_Group_Unsupported = 0xa807,
|
PtpResponseCode_MtpSpecification_By_Group_Unsupported = 0xa807,
|
||||||
PtpResponseCode_MtpSpecification_By_Depth_Unsupported = 0xa808,
|
PtpResponseCode_MtpSpecification_By_Depth_Unsupported = 0xa808,
|
||||||
PtpResponseCode_MtpObject_Too_Large = 0xa809,
|
PtpResponseCode_MtpObject_Too_Large = 0xa809,
|
||||||
PtpResponseCode_MtpObjectProp_Not_Supported = 0xa80A,
|
PtpResponseCode_MtpObjectProp_Not_Supported = 0xa80a,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum PtpEventCode : u16 {
|
enum PtpEventCode : u16 {
|
||||||
|
Loading…
Reference in New Issue
Block a user