NoGUI: Move default quick menu bind out of CommonHostInterface

This commit is contained in:
Connor McLaughlin
2021-08-14 23:41:02 +10:00
parent 27465c5258
commit 28d3c0768a
3 changed files with 10 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ protected:
void RequestExit() override;
virtual void SetDefaultSettings(SettingsInterface& si) override;
virtual bool CreatePlatformWindow() = 0;
virtual void DestroyPlatformWindow() = 0;
virtual std::optional<WindowInfo> GetPlatformWindowInfo() = 0;