[Scummvm-git-logs] scummvm master -> 7f0f7c0abd27cd94898d1511ac8c3d48a73143d5
sev-
noreply at scummvm.org
Thu Nov 16 10:45:03 UTC 2023
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b391fb261e Revert "IOS: Remove unnecessary include"
7f0f7c0abd I18N: Add missing file to POTFILES
Commit: b391fb261eedf3e58e1ef9cf1d3e57e153c7581f
https://github.com/scummvm/scummvm/commit/b391fb261eedf3e58e1ef9cf1d3e57e153c7581f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-11-16T11:44:00+01:00
Commit Message:
Revert "IOS: Remove unnecessary include"
This reverts commit a5794a69539b1cc11c9e2d9aeb801cccf7b96a02.
Changed paths:
backends/graphics3d/ios/ios-graphics3d.cpp
diff --git a/backends/graphics3d/ios/ios-graphics3d.cpp b/backends/graphics3d/ios/ios-graphics3d.cpp
index 6817ead9dde..0bcab86afd8 100644
--- a/backends/graphics3d/ios/ios-graphics3d.cpp
+++ b/backends/graphics3d/ios/ios-graphics3d.cpp
@@ -30,6 +30,7 @@
#include "graphics/opengl/context.h"
#include "backends/graphics3d/opengl/texture.h"
#include "graphics/blit.h"
+#include "common/translation.h"
#include "engines/engine.h"
Commit: 7f0f7c0abd27cd94898d1511ac8c3d48a73143d5
https://github.com/scummvm/scummvm/commit/7f0f7c0abd27cd94898d1511ac8c3d48a73143d5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-11-16T11:44:46+01:00
Commit Message:
I18N: Add missing file to POTFILES
Changed paths:
po/POTFILES
diff --git a/po/POTFILES b/po/POTFILES
index e650a3b4025..7605d851015 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -86,6 +86,7 @@ backends/graphics/openglsdl/openglsdl-graphics.cpp
backends/graphics/riscossdl/riscossdl-graphics.cpp
backends/graphics/surfacesdl/surfacesdl-graphics.cpp
backends/graphics/sdl/sdl-graphics.cpp
+backends/graphics3d/ios/ios-graphics3d.cpp
backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
backends/keymapper/hardware-input.cpp
backends/keymapper/remap-widget.cpp
More information about the Scummvm-git-logs
mailing list