diff --git a/source/imgui_impl_switch.cpp b/source/imgui_impl_switch.cpp index d90c6a7..c62df83 100644 --- a/source/imgui_impl_switch.cpp +++ b/source/imgui_impl_switch.cpp @@ -100,6 +100,7 @@ bool ImGui_ImplSwitch_Init(const char *glsl_version) { ImGui_ImplSwitch_Data *bd = IM_NEW(ImGui_ImplSwitch_Data)(); io.BackendRendererUserData = (void *)bd; io.BackendRendererName = "imgui_impl_switch"; + io.IniFilename = nullptr; // Query for GL version (e.g. 320 for GL 3.2) #if !defined(IMGUI_IMPL_OPENGL_ES2)