mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
configure_input_player: std::move input setters in HandleClick
This commit is contained in:
parent
9ba6bab920
commit
2dba59d1ff
@ -1308,7 +1308,7 @@ void ConfigureInputPlayer::HandleClick(
|
|||||||
}
|
}
|
||||||
button->setFocus();
|
button->setFocus();
|
||||||
|
|
||||||
input_setter = new_input_setter;
|
input_setter = std::move(new_input_setter);
|
||||||
|
|
||||||
input_subsystem->BeginMapping(type);
|
input_subsystem->BeginMapping(type);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user