release r15
[pcsx_rearmed.git] / plugins / gpu-gles / gpulib_if.c
index ce7f00d..c25ad8b 100644 (file)
@@ -640,6 +640,14 @@ void vout_update(void)
  }
 }
 
+void vout_blank(void)
+{
+}
+
+void vout_set_config(const struct rearmed_cbs *cbs)
+{
+}
+
 static struct rearmed_cbs *cbs;
 
 long GPUopen(void **dpy)
@@ -696,10 +704,6 @@ void renderer_set_config(const struct rearmed_cbs *cbs_)
  iVRamSize = cbs->gpu_peopsgl.iVRamSize;
 }
 
-void vout_set_config(const struct rearmed_cbs *cbs)
-{
-}
-
 void SetAspectRatio(void)
 {
  if (cbs->pl_get_layer_pos)