mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
overlays: enable key repeat by default
This commit is contained in:
parent
ff7636ea01
commit
8d662e9327
@ -155,6 +155,11 @@ namespace rsx
|
|||||||
{
|
{
|
||||||
// Workaround if cellKb did not init the keyboard handler.
|
// Workaround if cellKb did not init the keyboard handler.
|
||||||
handler.Init(1);
|
handler.Init(1);
|
||||||
|
|
||||||
|
// Enable key repeat
|
||||||
|
std::vector<Keyboard>& keyboards = handler.GetKeyboards();
|
||||||
|
ensure(!keyboards.empty());
|
||||||
|
keyboards.at(0).m_key_repeat = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user