mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-29 19:15:38 +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…
Reference in a new issue