mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-06 08:40:21 +01:00
Fix #1343
This commit is contained in:
parent
14123d67e1
commit
5672ba887b
|
|
@ -91,7 +91,7 @@ bool Rpcs3App::OnInit()
|
|||
|
||||
callbacks.get_kb_handler = []() -> std::unique_ptr<KeyboardHandlerBase>
|
||||
{
|
||||
switch (auto mode = rpcs3::config.io.pad_handler_mode.value())
|
||||
switch (auto mode = rpcs3::config.io.keyboard_handler_mode.value())
|
||||
{
|
||||
case io_handler_mode::null: return std::make_unique<NullKeyboardHandler>();
|
||||
case io_handler_mode::windows: return std::make_unique<WindowsKeyboardHandler>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue