We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2cc18 commit 79ca3d3Copy full SHA for 79ca3d3
rpcs3/Input/sdl_pad_handler.cpp
@@ -180,9 +180,7 @@ bool sdl_pad_handler::Init()
180
if (m_is_init)
181
return true;
182
183
- const bool instance_success = sdl_instance::get_instance().initialize();
184
-
185
- if (!instance_success)
+ if (!sdl_instance::get_instance().initialize())
186
return false;
187
188
if (g_cfg.io.load_sdl_mappings)
0 commit comments