From: notaz Date: Thu, 13 Feb 2025 23:15:27 +0000 (+0200) Subject: unbreak gh build X-Git-Tag: r25~16 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3259ae18d6f89c6a003c7ba62b2469a1c1c0ad06;p=pcsx_rearmed.git unbreak gh build --- 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);