diff options
| author | 2021-05-18 19:56:29 -0700 | |
|---|---|---|
| committer | 2021-05-18 19:56:29 -0700 | |
| commit | 7d86a6ff02e0778aa69ec52ef5c0eb0d26200818 (patch) | |
| tree | ec9657e464e62c444ee2062cb0110b7e710d9788 /src/video_core/gpu.h | |
| parent | Merge pull request #6337 from Morph1984/transfer-mem-size (diff) | |
| parent | perf_stats: Rework FPS counter to be more accurate (diff) | |
| download | yuzu-7d86a6ff02e0778aa69ec52ef5c0eb0d26200818.tar.gz yuzu-7d86a6ff02e0778aa69ec52ef5c0eb0d26200818.tar.xz yuzu-7d86a6ff02e0778aa69ec52ef5c0eb0d26200818.zip | |
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: | |||
| 247 | return use_nvdec; | 247 | return use_nvdec; |
| 248 | } | 248 | } |
| 249 | 249 | ||
| 250 | void RendererFrameEndNotify(); | ||
| 251 | |||
| 250 | enum class FenceOperation : u32 { | 252 | enum class FenceOperation : u32 { |
| 251 | Acquire = 0, | 253 | Acquire = 0, |
| 252 | Increment = 1, | 254 | Increment = 1, |