[Scummvm-git-logs] scummvm master -> 27773309b7a61e96dcd96a3c00c172838d86fe53
aquadran
noreply at scummvm.org
Mon Jan 10 01:23:22 UTC 2022
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:
27773309b7 BACKENDS: Corrected include paths for Android
Commit: 27773309b7a61e96dcd96a3c00c172838d86fe53
https://github.com/scummvm/scummvm/commit/27773309b7a61e96dcd96a3c00c172838d86fe53
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-01-10T02:23:17+01:00
Commit Message:
BACKENDS: Corrected include paths for Android
Changed paths:
backends/graphics3d/android/android-graphics3d.h
backends/platform/android3d/android.h
diff --git a/backends/graphics3d/android/android-graphics3d.h b/backends/graphics3d/android/android-graphics3d.h
index 616d80fc0d1..73edaa86c96 100644
--- a/backends/graphics3d/android/android-graphics3d.h
+++ b/backends/graphics3d/android/android-graphics3d.h
@@ -23,10 +23,10 @@
#define BACKENDS_GRAPHICS3D_ANDROID_ANDROID_GRAPHICS3D_H
#include "common/scummsys.h"
-#include "graphics/opengl/framebuffer.h"
#include "backends/graphics/graphics.h"
#include "backends/graphics/android/android-graphics.h"
+#include "backends/graphics3d/opengl/framebuffer.h"
#include "backends/graphics3d/android/texture.h"
#include "backends/platform/android/touchcontrols.h"
diff --git a/backends/platform/android3d/android.h b/backends/platform/android3d/android.h
index fef92f3e0ec..ad9acd19fbc 100644
--- a/backends/platform/android3d/android.h
+++ b/backends/platform/android3d/android.h
@@ -33,7 +33,7 @@
#include "graphics/palette.h"
#include "graphics/surface.h"
#include "graphics/opengl/system_headers.h"
-#include "graphics/opengl/framebuffer.h"
+#include "backends/graphics3d/opengl/framebuffer.h"
#include "backends/modular-backend.h"
#include "backends/plugins/posix/posix-provider.h"
#include "backends/fs/posix/posix-fs-factory.h"
More information about the Scummvm-git-logs
mailing list