Skip to content

Commit 79ca3d3

Browse files
committed
remove the use of instance_success as RPCS3#16849 did
1 parent 1d2cc18 commit 79ca3d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rpcs3/Input/sdl_pad_handler.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ bool sdl_pad_handler::Init()
180180
if (m_is_init)
181181
return true;
182182

183-
const bool instance_success = sdl_instance::get_instance().initialize();
184-
185-
if (!instance_success)
183+
if (!sdl_instance::get_instance().initialize())
186184
return false;
187185

188186
if (g_cfg.io.load_sdl_mappings)

0 commit comments

Comments
 (0)