core_timing: remove user data value
This commit is contained in:
parent
91290b9be4
commit
f34d3d7e84
15 changed files with 79 additions and 104 deletions
|
|
@ -77,7 +77,7 @@ private:
|
|||
Entries::iterator FindEntry(VAddr address);
|
||||
Entries::const_iterator FindEntry(VAddr address) const;
|
||||
|
||||
void FrameCallback(std::uintptr_t user_data, std::chrono::nanoseconds ns_late);
|
||||
void FrameCallback(std::chrono::nanoseconds ns_late);
|
||||
void FillEntryReads();
|
||||
|
||||
std::atomic_bool active{false};
|
||||
|
|
|
|||
Reference in a new issue