gpu_neon: rework buffer selection
[pcsx_rearmed.git] / plugins / gpu_unai / gpulib_if.cpp
index 0066ce0..710a713 100644 (file)
@@ -317,6 +317,10 @@ void renderer_notify_res_change(void)
   */
 }
 
+void renderer_notify_scanout_x_change(int x, int w)
+{
+}
+
 #ifdef USE_GPULIB
 // Handles GP0 draw settings commands 0xE1...0xE6
 static void gpuGP0Cmd_0xEx(gpu_unai_t &gpu_unai, u32 cmd_word)
@@ -786,7 +790,7 @@ void renderer_sync_ecmds(uint32_t *ecmds)
   do_cmd_list(&ecmds[1], 6, &dummy);
 }
 
-void renderer_update_caches(int x, int y, int w, int h)
+void renderer_update_caches(int x, int y, int w, int h, int state_changed)
 {
 }