diff options
author | bunnei <bunneidev@gmail.com> | 2021-05-18 19:56:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 19:56:29 -0700 |
commit | 7d86a6ff02e0778aa69ec52ef5c0eb0d26200818 (patch) | |
tree | ec9657e464e62c444ee2062cb0110b7e710d9788 /src/video_core/gpu.h | |
parent | 61f293e5c98f4dc93f366c85caa2628da8d63205 (diff) | |
parent | 5bef54618a2850e42f7bab45120dab9166468a25 (diff) |
Merge pull request #6317 from ameerj/fps-fix
perf_stats: Rework FPS counter to be more accurate
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r-- | src/video_core/gpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 8669e9940..29a867863 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -247,6 +247,8 @@ public: return use_nvdec; } + void RendererFrameEndNotify(); + enum class FenceOperation : u32 { Acquire = 0, Increment = 1, |