Input: fix initial mouse config reload

This commit is contained in:
Megamouse 2024-08-08 05:35:23 +02:00
parent 548cc074f4
commit bc23615508
3 changed files with 14 additions and 3 deletions

View file

@ -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);