mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 17:18:20 -05:00
Renamed CheckIfOperationChanged to OnDockedModeChanged
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
void CheckIfOperationChanged(bool last_state, bool new_state);
|
||||
void OnDockedModeChanged(bool last_state, bool new_state);
|
||||
|
||||
std::unique_ptr<Ui::ConfigureGeneral> ui;
|
||||
};
|
||||
|
Reference in New Issue
Block a user