mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Input: move some pad handler logic to the parent class
This commit is contained in:
parent
8f47f9517a
commit
4594148409
19 changed files with 1574 additions and 1602 deletions
|
@ -62,7 +62,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
{
|
||||
EmuCallbacks callbacks;
|
||||
|
||||
callbacks.reset_pads = [this](const std::string& title_id = "")
|
||||
callbacks.reset_pads = [this](const std::string& title_id)
|
||||
{
|
||||
pad::get_current_handler()->Reset(title_id);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue