From 4ee5f38d7effa22aa46499c5edc297d09ab29e0f Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 28 Dec 2021 03:40:41 +0000 Subject: [PATCH] add controller config blob --- src/packet/ship.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 16d8dd5..d2d3293 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -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], +} \ No newline at end of file