From 3259ae18d6f89c6a003c7ba62b2469a1c1c0ad06 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 14 Feb 2025 01:15:27 +0200 Subject: [PATCH] unbreak gh build --- plugins/gpu-gles/gpuPlugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gpu-gles/gpuPlugin.h b/plugins/gpu-gles/gpuPlugin.h index 556d7f53..fd803d0f 100644 --- a/plugins/gpu-gles/gpuPlugin.h +++ b/plugins/gpu-gles/gpuPlugin.h @@ -55,6 +55,7 @@ extern "C" { #define bool unsigned short +#if 0 typedef struct { unsigned int ulFreezeVersion; unsigned int ulStatus; @@ -62,7 +63,6 @@ typedef struct { unsigned char psxVRam[1024*1024*2]; } GPUFreeze_t; -#if 0 long CALLBACK GPUinit(); long CALLBACK GPUshutdown(); long CALLBACK GPUopen(unsigned long *disp, char *cap, char *cfg); -- 2.39.5