mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-25 02:38:35 +00:00
haze: fix stray hex constant
This commit is contained in:
parent
d7b3676939
commit
d5f47bf977
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace haze {
|
|||
PtpResponseCode_MtpSpecification_By_Group_Unsupported = 0xa807,
|
||||
PtpResponseCode_MtpSpecification_By_Depth_Unsupported = 0xa808,
|
||||
PtpResponseCode_MtpObject_Too_Large = 0xa809,
|
||||
PtpResponseCode_MtpObjectProp_Not_Supported = 0xa80A,
|
||||
PtpResponseCode_MtpObjectProp_Not_Supported = 0xa80a,
|
||||
};
|
||||
|
||||
enum PtpEventCode : u16 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue