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:
parent
a38148e428
commit
d8f2040dba
30 changed files with 347 additions and 222 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue