Drop Host_GetRenderSurface and pass display to backend

This commit is contained in:
Stenzek
2018-10-03 23:03:13 +10:00
parent 134d967be2
commit a3961750a7
35 changed files with 129 additions and 124 deletions

View File

@ -78,7 +78,7 @@ void VideoSoftware::InitBackendInfo()
g_Config.backend_info.AAModes = {1};
}
bool VideoSoftware::Initialize(void* window_handle)
bool VideoSoftware::Initialize(void* display_handle, void* window_handle)
{
InitializeShared();