summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/PlatformFBDev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinNoGUI/PlatformFBDev.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/PlatformFBDev.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformFBDev.cpp b/Source/Core/DolphinNoGUI/PlatformFBDev.cpp
index 9818105521..04770d46ea 100644
--- a/Source/Core/DolphinNoGUI/PlatformFBDev.cpp
+++ b/Source/Core/DolphinNoGUI/PlatformFBDev.cpp
@@ -91,6 +91,7 @@ WindowSystemInfo PlatformFBDev::GetWindowSystemInfo() const
WindowSystemInfo wsi;
wsi.type = WindowSystemType::FBDev;
wsi.display_connection = nullptr; // EGL_DEFAULT_DISPLAY
+ wsi.render_window = nullptr;
wsi.render_surface = nullptr;
return wsi;
}