diff options
author | Rinnegatamante | 2017-10-06 12:11:04 +0200 |
---|---|---|
committer | Rinnegatamante | 2017-10-06 12:11:04 +0200 |
commit | 4b3433de54a3c953c72e9cf41c85d562279df6d1 (patch) | |
tree | 43e9cb5e64b4a83458ab16e164f38237cc2424f5 /include | |
parent | Named SceSCtrlExternalInputMode. (diff) | |
download | vds-libraries-4b3433de54a3c953c72e9cf41c85d562279df6d1.tar.gz |
Using Doxygen comment.
Diffstat (limited to '')
-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; |