Init SDL info structure and add dummy context

This commit is contained in:
H27CK
2020-04-22 07:47:21 +02:00
parent e84f82a028
commit c883cd103e
2 changed files with 4 additions and 1 deletions

View File

@ -22,3 +22,5 @@ public:
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;
};
class DummyContext : public Core::Frontend::GraphicsContext {};