mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
cellKb: actually set the arrange member
This commit is contained in:
parent
dcb8f21b2b
commit
60082864a6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ void basic_keyboard_handler::Init(const u32 max_connect)
|
||||||
|
|
||||||
kb.m_config.arrange = g_cfg.sys.keyboard_type;
|
kb.m_config.arrange = g_cfg.sys.keyboard_type;
|
||||||
|
|
||||||
m_keyboards.emplace_back();
|
m_keyboards.emplace_back(kb);
|
||||||
}
|
}
|
||||||
|
|
||||||
LoadSettings();
|
LoadSettings();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue