mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Drop Host_GetRenderSurface and pass display to backend
This commit is contained in:
@ -84,6 +84,8 @@ public:
|
||||
Renderer();
|
||||
~Renderer() override;
|
||||
|
||||
bool IsHeadless() const override;
|
||||
|
||||
void Init();
|
||||
void Shutdown() override;
|
||||
|
||||
|
Reference in New Issue
Block a user