diff options
| author | 2023-12-23 13:58:09 -0500 | |
|---|---|---|
| committer | 2023-12-23 15:36:44 -0500 | |
| commit | f34d3d7e84a1396d4d4f07ec1434b06b1f39bb8a (patch) | |
| tree | e04a08b7ecf57be7aa7a9d2801f09eddd5d19018 /src/core/tools/freezer.h | |
| parent | Merge pull request #12412 from ameerj/gl-query-prims (diff) | |
| download | yuzu-f34d3d7e84a1396d4d4f07ec1434b06b1f39bb8a.tar.gz yuzu-f34d3d7e84a1396d4d4f07ec1434b06b1f39bb8a.tar.xz yuzu-f34d3d7e84a1396d4d4f07ec1434b06b1f39bb8a.zip | |
core_timing: remove user data value
Diffstat (limited to 'src/core/tools/freezer.h')
| -rw-r--r-- | src/core/tools/freezer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/tools/freezer.h b/src/core/tools/freezer.h index 0d6df5217..2efbc11f3 100644 --- a/src/core/tools/freezer.h +++ b/src/core/tools/freezer.h | |||
| @@ -77,7 +77,7 @@ private: | |||
| 77 | Entries::iterator FindEntry(VAddr address); | 77 | Entries::iterator FindEntry(VAddr address); |
| 78 | Entries::const_iterator FindEntry(VAddr address) const; | 78 | Entries::const_iterator FindEntry(VAddr address) const; |
| 79 | 79 | ||
| 80 | void FrameCallback(std::uintptr_t user_data, std::chrono::nanoseconds ns_late); | 80 | void FrameCallback(std::chrono::nanoseconds ns_late); |
| 81 | void FillEntryReads(); | 81 | void FillEntryReads(); |
| 82 | 82 | ||
| 83 | std::atomic_bool active{false}; | 83 | std::atomic_bool active{false}; |