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:
13942b7
)
unbreak build
master
github/master
author
notaz
<notasas@gmail.com>
Wed, 28 Jan 2026 02:09:22 +0000
(
04:09
+0200)
committer
notaz
<notasas@gmail.com>
Wed, 28 Jan 2026 02:09:22 +0000
(
04:09
+0200)
plugins/gpu-gles/gpulib_if.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu-gles/gpulib_if.c
b/plugins/gpu-gles/gpulib_if.c
index
f172bd7
..
993834a
100644
(file)
--- a/
plugins/gpu-gles/gpulib_if.c
+++ b/
plugins/gpu-gles/gpulib_if.c
@@
-682,7
+682,7
@@
int vout_finish(void)
return 0;
}
-int vout_update(
void
)
+int vout_update(
struct psx_gpu *gpu, int src_x, int src_y
)
{
if(PSXDisplay.Interlaced) // interlaced mode?
{
@@
-700,7
+700,7
@@
int vout_update(void)
return 0;
}
-void vout_blank(
void
)
+void vout_blank(
struct psx_gpu *gpu
)
{
}