sendgc #19

Merged
jake merged 3 commits from sendgc into master 2022-05-01 13:14:40 -04:00
Showing only changes of commit 0b80a107bd - Show all commits

View File

@ -644,4 +644,17 @@ pub struct KeyboardConfig {
#[pso_packet(0x5ED)]
pub struct GamepadConfig {
pub gamepad_config: [u8; 56],
}
}
// same struct as libpso::packet::messages::GuildcardRecv
#[pso_packet(0x4E8)]
pub struct GuildcardAccept {
id: u32,
name: [u16; 0x18],
team: [u16; 0x10],
desc: [u16; 0x58],
one: u8,
language: u8,
section_id: u8,
class: u8,
}