1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

cellKb: actually set the arrange member

This commit is contained in:
Megamouse 2024-04-19 02:01:31 +02:00
parent dcb8f21b2b
commit 60082864a6

View File

@ -22,7 +22,7 @@ void basic_keyboard_handler::Init(const u32 max_connect)
kb.m_config.arrange = g_cfg.sys.keyboard_type;
m_keyboards.emplace_back();
m_keyboards.emplace_back(kb);
}
LoadSettings();