mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Input: fix initial mouse config reload
This commit is contained in:
parent
548cc074f4
commit
bc23615508
3 changed files with 14 additions and 3 deletions
|
|
@ -267,6 +267,8 @@ void raw_mouse_handler::Init(const u32 max_connect)
|
|||
input_log.notice("raw_mouse_handler: Could not load raw mouse config. Using defaults.");
|
||||
}
|
||||
|
||||
g_cfg_raw_mouse.reload_requested = true;
|
||||
|
||||
m_mice.clear();
|
||||
m_mice.resize(max_connect);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue