notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23203a8
)
unbreak gh build
author
notaz
<notasas@gmail.com>
Thu, 13 Feb 2025 23:15:27 +0000
(
01:15
+0200)
committer
notaz
<notasas@gmail.com>
Thu, 13 Feb 2025 23:15:27 +0000
(
01:15
+0200)
plugins/gpu-gles/gpuPlugin.h
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu-gles/gpuPlugin.h
b/plugins/gpu-gles/gpuPlugin.h
index
556d7f5
..
fd803d0
100644
(file)
--- a/
plugins/gpu-gles/gpuPlugin.h
+++ b/
plugins/gpu-gles/gpuPlugin.h
@@
-55,6
+55,7
@@
extern "C" {
\r
#define bool unsigned short
\r
\r
+#if 0
\r
typedef struct {
\r
unsigned int ulFreezeVersion;
\r
unsigned int ulStatus;
\r
@@
-62,7
+63,6
@@
typedef struct {
unsigned char psxVRam[1024*1024*2];
\r
} GPUFreeze_t;
\r
\r
-#if 0
\r
long CALLBACK GPUinit();
\r
long CALLBACK GPUshutdown();
\r
long CALLBACK GPUopen(unsigned long *disp, char *cap, char *cfg);
\r