mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 20:45:34 +00:00
HostInterface: Fix display classes not getting destructed
This commit is contained in:
parent
55550798e4
commit
d1f7ad2512
@ -26,6 +26,8 @@ public:
|
||||
OpenGLES
|
||||
};
|
||||
|
||||
virtual ~HostDisplay() {}
|
||||
|
||||
virtual RenderAPI GetRenderAPI() const = 0;
|
||||
virtual void* GetHostRenderDevice() const = 0;
|
||||
virtual void* GetHostRenderContext() const = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user