[Scummvm-git-logs] scummvm master -> 81305fc36ea584e614b0145befcbea0c73b7cd48
sev-
noreply at scummvm.org
Fri May 17 10:40:46 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
81305fc36e BACKENDS: IMGUI: Fix Amiga build
Commit: 81305fc36ea584e614b0145befcbea0c73b7cd48
https://github.com/scummvm/scummvm/commit/81305fc36ea584e614b0145befcbea0c73b7cd48
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-17T12:40:21+02:00
Commit Message:
BACKENDS: IMGUI: Fix Amiga build
Changed paths:
backends/imgui/backends/imgui_impl_opengl3.h
diff --git a/backends/imgui/backends/imgui_impl_opengl3.h b/backends/imgui/backends/imgui_impl_opengl3.h
index 5def59ad84d..daf9348d63b 100644
--- a/backends/imgui/backends/imgui_impl_opengl3.h
+++ b/backends/imgui/backends/imgui_impl_opengl3.h
@@ -55,7 +55,7 @@ IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyDeviceObjects();
#endif
#if (defined(__APPLE__) && (TARGET_OS_IOS || TARGET_OS_TV)) || (defined(__ANDROID__))
#define IMGUI_IMPL_OPENGL_ES3 // iOS, Android -> GL ES 3, "#version 300 es"
-#elif defined(__EMSCRIPTEN__) || defined(__amigaos4__)
+#elif defined(__EMSCRIPTEN__)
#define IMGUI_IMPL_OPENGL_ES2 // Emscripten -> GL ES 2, "#version 100"
#else
// Otherwise imgui_impl_opengl3_loader.h will be used.
More information about the Scummvm-git-logs
mailing list