X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=180c1d7274683f5ad5525506d44306e597a6ce32;hb=6205c5ce1d4bc2de08559a1753995dbe187c87b6;hp=e50580454bfccd1d48be351834e3897b300deb0b;hpb=12990fb369a8b2a63c6a16f45dcce2c7ed93ef5d;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index e5058045..180c1d72 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -99,6 +99,7 @@ out: #endif game_width = w; game_height = h; + pl_rearmed_cbs.flip_cnt++; } static void vout_close(void) @@ -357,7 +358,6 @@ void retro_run(void) samples_to_send += 44100 / 60; video_cb(vout_buf, game_width, game_height, game_width * 2); - pl_rearmed_cbs.flip_cnt++; } void retro_init(void)