mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
remove the use of instance_success as https://github.com/RPCS3/rpcs3/pull/16849 did
This commit is contained in:
parent
1d2cc18fbd
commit
79ca3d3ad0
1 changed files with 1 additions and 3 deletions
|
@ -180,9 +180,7 @@ bool sdl_pad_handler::Init()
|
|||
if (m_is_init)
|
||||
return true;
|
||||
|
||||
const bool instance_success = sdl_instance::get_instance().initialize();
|
||||
|
||||
if (!instance_success)
|
||||
if (!sdl_instance::get_instance().initialize())
|
||||
return false;
|
||||
|
||||
if (g_cfg.io.load_sdl_mappings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue