diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-25 14:19:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 14:19:01 -0500 |
| commit | d45561ace069024f47ed710d1165b607644d1ec3 (patch) | |
| tree | a316f59c5a722dc15fe5c49b3641d9801c264970 /src/video_core/query_cache/query_stream.h | |
| parent | f3749394ac5700a2438cdc4d6536941e02b92939 (diff) | |
| parent | e4915fb7d2077584a11a15141bc81d28ed2b0125 (diff) | |
Merge pull request #12499 from Kelebek1/time
Rework time services
Diffstat (limited to 'src/video_core/query_cache/query_stream.h')
| -rw-r--r-- | src/video_core/query_cache/query_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/query_cache/query_stream.h b/src/video_core/query_cache/query_stream.h index d9040acd2..1d11b1275 100644 --- a/src/video_core/query_cache/query_stream.h +++ b/src/video_core/query_cache/query_stream.h @@ -146,4 +146,4 @@ protected: std::deque<size_t> old_queries; }; -} // namespace VideoCommon
\ No newline at end of file +} // namespace VideoCommon |
