mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 11:20:55 +00:00
Change OnChange back to OnChoice.
Not like it's used anyway, but it doesn't hurt.
This commit is contained in:
parent
167f2a8a2c
commit
03ed11fa0f
@ -112,7 +112,7 @@ class MessagePopupScreen : public PopupScreen {
|
||||
public:
|
||||
MessagePopupScreen(std::string title, std::string message, std::string button1, std::string button2, std::function<void(bool)> callback)
|
||||
: PopupScreen(title, button1, button2), message_(message), callback_(callback) {}
|
||||
UI::Event OnChange;
|
||||
UI::Event OnChoice;
|
||||
|
||||
protected:
|
||||
virtual bool FillVertical() const override { return false; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user