aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles
diff options
context:
space:
mode:
authornotaz2012-08-18 02:37:49 +0300
committernotaz2012-10-12 00:05:08 +0300
commite929dec505f8d3692248fe0d42c84a37c994ad39 (patch)
treeb79f2f336a93618c2310bb8c70735a621aaa9957 /plugins/gpu-gles
parent99d767a0cbf8ee7406000cbac647d9681d885282 (diff)
downloadpcsx_rearmed-e929dec505f8d3692248fe0d42c84a37c994ad39.tar.gz
pcsx_rearmed-e929dec505f8d3692248fe0d42c84a37c994ad39.tar.bz2
pcsx_rearmed-e929dec505f8d3692248fe0d42c84a37c994ad39.zip
psx_gpu: switch to 1024 width again.
Diffstat (limited to 'plugins/gpu-gles')
-rw-r--r--plugins/gpu-gles/gpulib_if.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gpu-gles/gpulib_if.c b/plugins/gpu-gles/gpulib_if.c
index c25ad8b..09dc200 100644
--- a/plugins/gpu-gles/gpulib_if.c
+++ b/plugins/gpu-gles/gpulib_if.c
@@ -500,6 +500,14 @@ int renderer_init(void)
return 0;
}
+void renderer_finish(void)
+{
+}
+
+void renderer_notify_res_change(void)
+{
+}
+
extern const unsigned char cmd_lengths[256];
// XXX: mostly dupe code from soft peops