summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache/buffer_cache.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-05-01 17:08:02 +0200
committerGitHub <noreply@github.com>2023-05-01 17:08:02 +0200
commit47938541c25528d1122e15b87dc0113bbbe94d13 (patch)
tree03e528a1340c6b6d3991a9826962c7763077c6aa /src/video_core/buffer_cache/buffer_cache.cpp
parentUpdate translations (2023-05-01) (#10129) (diff)
parentBufferCache: Fixes and address feedback (diff)
downloadyuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.gz
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.bz2
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.lz
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.xz
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.tar.zst
yuzu-47938541c25528d1122e15b87dc0113bbbe94d13.zip
Diffstat (limited to 'src/video_core/buffer_cache/buffer_cache.cpp')
-rw-r--r--src/video_core/buffer_cache/buffer_cache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.cpp b/src/video_core/buffer_cache/buffer_cache.cpp
index a16308b60..40db243d2 100644
--- a/src/video_core/buffer_cache/buffer_cache.cpp
+++ b/src/video_core/buffer_cache/buffer_cache.cpp
@@ -1,5 +1,5 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-3.0-or-later
#include "common/microprofile.h"