diff options
Diffstat (limited to 'Source/Core/DolphinNoGUI/PlatformHeadless.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/PlatformHeadless.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformHeadless.cpp b/Source/Core/DolphinNoGUI/PlatformHeadless.cpp index b848492152..9ca4113fbd 100644 --- a/Source/Core/DolphinNoGUI/PlatformHeadless.cpp +++ b/Source/Core/DolphinNoGUI/PlatformHeadless.cpp @@ -38,6 +38,7 @@ WindowSystemInfo PlatformHeadless::GetWindowSystemInfo() const WindowSystemInfo wsi; wsi.type = WindowSystemType::Headless; wsi.display_connection = nullptr; + wsi.render_window = nullptr; wsi.render_surface = nullptr; return wsi; } |
