forked from dolphin-emu/dolphin
Drop Host_GetRenderSurface and pass display to backend
This commit is contained in:
@@ -157,7 +157,7 @@ bool VideoBackend::FillBackendInfo()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool VideoBackend::Initialize(void* window_handle)
|
||||
bool VideoBackend::Initialize(void* display_handle, void* window_handle)
|
||||
{
|
||||
InitializeShared();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user