mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 11:02:25 -07: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