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:
parent
dcb8f21b2b
commit
60082864a6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user