diff options
Diffstat (limited to 'include/kernel/bt.h')
-rw-r--r-- | include/kernel/bt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/bt.h b/include/kernel/bt.h index a5324f8..ad68288 100644 --- a/include/kernel/bt.h +++ b/include/kernel/bt.h @@ -278,7 +278,7 @@ typedef void (*SceBtCallback)(int r0, int r1, int r2, int r3); typedef struct _SceBtHidRequest { uint32_t unk00; uint32_t unk04; - uint8_t type; // 0 = read?, 1 = write?, 2 = feature?, 3 = ? + uint8_t type; //!< 0 = read?, 1 = write?, 2 = feature?, 3 = ? uint8_t unk09; uint8_t unk0A; uint8_t unk0B; |