aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpulib/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpulib/gpu.h')
-rw-r--r--plugins/gpulib/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h
index ea5051e..d11f991 100644
--- a/plugins/gpulib/gpu.h
+++ b/plugins/gpulib/gpu.h
@@ -89,7 +89,7 @@ struct psx_gpu {
uint32_t pending_fill[3];
} frameskip;
uint16_t *(*get_enhancement_bufer)
- (int *x, int *y, int *w, int *h, int *stride, int *mask);
+ (int *x, int *y, int *w, int *h, int *vram_h);
void *(*mmap)(unsigned int size);
void (*munmap)(void *ptr, unsigned int size);
};