Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 7be2a17

Browse files
author
Martin Larralde
committed
Fix SceCtrPortInfo.port field being private
1 parent 848971a commit 7be2a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ctrl.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ pub struct SceCtrlRapidFireRule {
145145
pub struct SceCtrlActuator {
146146
pub small: u8,
147147
pub large: u8,
148-
pub unk: [u8; 6],
148+
unk: [u8; 6],
149149
}
150150

151151
#[repr(C)]
152152
pub struct SceCtrlPortInfo {
153-
port: [SceCtrlExternalInputMode; 5],
153+
pub port: [SceCtrlExternalInputMode; 5],
154154
unk: [u8; 11],
155155
}
156156

0 commit comments

Comments
 (0)