add controller config blob
This commit is contained in:
parent
f08b72a19b
commit
7a728c8eb2
@ -639,3 +639,8 @@ impl std::default::Default for TradeSuccessful {
|
|||||||
pub struct KeyboardConfig {
|
pub struct KeyboardConfig {
|
||||||
pub keyboard_config: [u8; 372],
|
pub keyboard_config: [u8; 372],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[pso_packet(0x7ED)]
|
||||||
|
pub struct ControllerConfig {
|
||||||
|
pub controller_config: [u8; 64],
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user