NoGUI: Start in fullscreen when option or command line flag is set
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
protected:
|
||||
virtual void FixIncompatibleSettings(bool display_osd_messages) override;
|
||||
|
||||
bool CreatePlatformWindow() override;
|
||||
bool CreatePlatformWindow(bool fullscreen) override;
|
||||
void DestroyPlatformWindow() override;
|
||||
std::optional<WindowInfo> GetPlatformWindowInfo() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user