Add a threaded renderer
[pcsx_rearmed.git] / plugins / gpu-gles / gpulib_if.c
index 1f4a23d..8cc1469 100644 (file)
@@ -769,3 +769,11 @@ static void fps_update(void)
   DisplayText(buf, 1);
  }
 }
+
+void renderer_sync(void)
+{
+}
+
+void renderer_notify_update_lace(int updated)
+{
+}