mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 06:55:47 +00:00
Init SDL info structure and add dummy context
This commit is contained in:
parent
4df0d483c4
commit
112337e740
2 changed files with 4 additions and 1 deletions
|
@ -22,3 +22,5 @@ public:
|
|||
|
||||
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;
|
||||
};
|
||||
|
||||
class DummyContext : public Core::Frontend::GraphicsContext {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue