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