FullscreenUI: Remove local pointer to SettingsInterface

This commit is contained in:
Connor McLaughlin
2021-02-21 20:25:59 +10:00
parent 1fc53ff622
commit d0f6ff03a5
3 changed files with 67 additions and 65 deletions

View File

@ -38,7 +38,7 @@ enum class SettingsPage
Count
};
bool Initialize(CommonHostInterface* host_interface, SettingsInterface* settings_interface);
bool Initialize(CommonHostInterface* host_interface);
bool HasActiveWindow();
void SystemCreated();
void SystemDestroyed();