aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/vout_fb.c
diff options
context:
space:
mode:
authornotaz2011-12-06 01:19:35 +0200
committernotaz2011-12-06 01:19:35 +0200
commit3ece2f0c51ef6b679cd5765900b567ef47dde1e8 (patch)
treea7c0149380b25f4b6048233e1a7b0d9ade4f589c /plugins/gpu_neon/vout_fb.c
parent95df1a043efd3a11b3cdf90d647fc1b3a96a2c88 (diff)
downloadpcsx_rearmed-3ece2f0c51ef6b679cd5765900b567ef47dde1e8.tar.gz
pcsx_rearmed-3ece2f0c51ef6b679cd5765900b567ef47dde1e8.tar.bz2
pcsx_rearmed-3ece2f0c51ef6b679cd5765900b567ef47dde1e8.zip
export frame count to gpu too
Diffstat (limited to 'plugins/gpu_neon/vout_fb.c')
-rw-r--r--plugins/gpu_neon/vout_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpu_neon/vout_fb.c b/plugins/gpu_neon/vout_fb.c
index 344c755..394f6a3 100644
--- a/plugins/gpu_neon/vout_fb.c
+++ b/plugins/gpu_neon/vout_fb.c
@@ -126,6 +126,7 @@ void GPUrearmedCallbacks(const struct rearmed_cbs *cbs_)
gpu.frameskip.active = 0;
gpu.frameskip.frame_ready = 1;
gpu.state.hcnt = cbs->gpu_hcnt;
+ gpu.state.frame_count = cbs->gpu_frame_count;
}
// vim:shiftwidth=2:expandtab