mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Don't crash the game if only a LDD controller is present
This commit is contained in:
parent
94431a7a33
commit
c268189e38
1 changed files with 1 additions and 1 deletions
|
@ -1595,7 +1595,7 @@ void pad_settings_dialog::ChangeConfig(const QString& config_file)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cfg_log.fatal("Handler '%s' not found in handler dropdown.", handler);
|
cfg_log.error("Handler '%s' not found in handler dropdown.", handler);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Force Refresh
|
// Force Refresh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue