mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 19:17:56 -05:00
Init SDL info structure and add dummy context
This commit is contained in:
@ -22,3 +22,5 @@ public:
|
||||
|
||||
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;
|
||||
};
|
||||
|
||||
class DummyContext : public Core::Frontend::GraphicsContext {};
|
||||
|
Reference in New Issue
Block a user