summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/PlatformHeadless.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2020-03-12 03:52:47 -0400
committerGitHub <noreply@github.com>2020-03-12 03:52:47 -0400
commit15acce847d44564afcc5b49ef26171fe4c4e51d2 (patch)
tree92fb4573007ef87e27f5a7d7518e59f780fd9dec /Source/Core/DolphinNoGUI/PlatformHeadless.cpp
parentbb7623e3ba4c5ed1d7089e6c9be388d0f0272c2e (diff)
parentcdb0aa850da6fead21224eeed82df34e87e08fcc (diff)
Merge pull request #8666 from stenzek/fix-macos-vulkan-yet-again
Fix Vulkan/MoltenVK on macOS yet again
Diffstat (limited to 'Source/Core/DolphinNoGUI/PlatformHeadless.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/PlatformHeadless.cpp1
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;
}