ALL: Drop setupScreen API, use new initGraphics3d from engine API.

Enabled system API for begin/end gfx transactions, initSize, setGraphicsMode.
Function setGraphicsMode will use optional params to trigger 3d rendering
and switch to proper SDL Gfx manager.
This commit is contained in:
Pawel Kolodziejski 2020-10-02 19:14:19 +02:00
parent a38148e428
commit d8f2040dba
30 changed files with 347 additions and 222 deletions

View file

@ -97,7 +97,7 @@ public:
virtual bool showMouse(bool visible) override;
virtual bool saveScreenshot(const Common::String &filename) const { return false; }
void saveScreenshot() override;
void saveScreenshot() override; // ResidualVM
// Override from Common::EventObserver
virtual bool notifyEvent(const Common::Event &event) override;