diff options
| author | Stenzek <stenzek@gmail.com> | 2018-10-03 23:03:13 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2018-10-20 21:11:34 +1000 |
| commit | a3961750a7174be7402fc492367f017d845b8e1f (patch) | |
| tree | 45f983ab1ef7b87562448e5d93fa97e13925ebdc /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 134d967be2dd4ba9531abb8ba8494c3ac423ca72 (diff) | |
Drop Host_GetRenderSurface and pass display to backend
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 8781a2da9b..f4c0aaa641 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -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(); |
