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
|
|
@ -20,8 +20,12 @@ void basic_mouse_handler::Init(const u32 max_connect)
|
|||
return;
|
||||
}
|
||||
|
||||
g_cfg_mouse.from_default();
|
||||
g_cfg_mouse.load();
|
||||
if (!g_cfg_mouse.load())
|
||||
{
|
||||
input_log.notice("basic_mouse_handler: Could not load basic mouse config. Using defaults.");
|
||||
}
|
||||
|
||||
g_cfg_mouse.reload_requested = true;
|
||||
|
||||
reload_config();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue