X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_senquack%2Fgpulib_if.cpp;h=0bc63c6d7db6e417b8e31d6a20869ed59e90fba2;hp=5efc7d9de03b1c1571e392c616a6a5f99d3d0782;hb=0b4038f8edd327a3a9a2fbdefbc25ece921bc2ab;hpb=4a1d78d40df22668e4c17e08fb0034f2781b8576 diff --git a/plugins/gpu_senquack/gpulib_if.cpp b/plugins/gpu_senquack/gpulib_if.cpp index 5efc7d9d..0bc63c6d 100644 --- a/plugins/gpu_senquack/gpulib_if.cpp +++ b/plugins/gpu_senquack/gpulib_if.cpp @@ -144,6 +144,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_senquack_t &gpu_senquack, u32 cmd_word) @@ -613,7 +617,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) { }