mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 09:57:59 -05:00
applet: controller: Implement cancel button
This commit is contained in:
@ -71,7 +71,7 @@ void DefaultControllerApplet::ReconfigureControllers(ReconfigureCallback callbac
|
||||
}
|
||||
}
|
||||
|
||||
callback();
|
||||
callback(true);
|
||||
}
|
||||
|
||||
} // namespace Core::Frontend
|
||||
|
@ -37,7 +37,7 @@ struct ControllerParameters {
|
||||
|
||||
class ControllerApplet : public Applet {
|
||||
public:
|
||||
using ReconfigureCallback = std::function<void()>;
|
||||
using ReconfigureCallback = std::function<void(bool)>;
|
||||
|
||||
virtual ~ControllerApplet();
|
||||
|
||||
|
Reference in New Issue
Block a user