From: darcagn <da...@us...> - 2023-10-25 03:11:43
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 56564f79b67478b7c5b68692f1200768cec6c983 (commit) via 4dfbac4fe6f4562c7d29a413b135313466e49fd3 (commit) from d7ccfb255387c3c8c97367e1203588ae34a10721 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 56564f79b67478b7c5b68692f1200768cec6c983 Merge: d7ccfb2 4dfbac4 Author: darcagn <da...@pr...> Date: Tue Oct 24 22:10:58 2023 -0500 Merge pull request #331 from KallistiOS/maple_fix Added include for maple.h to fix KGL examples commit 4dfbac4fe6f4562c7d29a413b135313466e49fd3 Author: Falco Girgis <gyr...@gm...> Date: Tue Oct 24 22:09:24 2023 -0500 Added include for maple.h to fix KGL examples ----------------------------------------------------------------------- Summary of changes: examples/dreamcast/kgl/basic/elements/gl-elements.c | 1 + examples/dreamcast/kgl/basic/zclip_arrays/gl-arrays.c | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/dreamcast/kgl/basic/elements/gl-elements.c b/examples/dreamcast/kgl/basic/elements/gl-elements.c index fd70fe4..e1638a9 100644 --- a/examples/dreamcast/kgl/basic/elements/gl-elements.c +++ b/examples/dreamcast/kgl/basic/elements/gl-elements.c @@ -16,6 +16,7 @@ #include <GL/glut.h> #include <kos/init.h> +#include <dc/maple.h> #include <dc/maple/controller.h> /* Load a PVR texture - located in pvr-texture.c */ diff --git a/examples/dreamcast/kgl/basic/zclip_arrays/gl-arrays.c b/examples/dreamcast/kgl/basic/zclip_arrays/gl-arrays.c index 49fa666..ee3ba5f 100644 --- a/examples/dreamcast/kgl/basic/zclip_arrays/gl-arrays.c +++ b/examples/dreamcast/kgl/basic/zclip_arrays/gl-arrays.c @@ -16,6 +16,7 @@ #include <GL/glut.h> #include <kos/init.h> +#include <dc/maple.h> #include <dc/maple/controller.h> /* Load a PVR texture - located in pvr-texture.c */ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |