add controller config blob

This commit is contained in:
andy 2021-12-28 03:40:41 +00:00 committed by jake
parent 9d92d65046
commit 4ee5f38d7e

View File

@ -640,3 +640,8 @@ impl std::default::Default for TradeSuccessful {
pub struct KeyboardConfig {
pub keyboard_config: [u8; 372],
}
#[pso_packet(0x7ED)]
pub struct ControllerConfig {
pub controller_config: [u8; 64],
}