psx_gpu: switch to 1024 width again.
[pcsx_rearmed.git] / plugins / gpu-gles / gpulib_if.c
index c25ad8b..09dc200 100644 (file)
@@ -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