summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/present_bicubic.frag
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-10-23 08:40:02 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:33 +0100
commit87abab71fff2189c549ae247eb6c281c8f618acd (patch)
tree9002e2014e964ecd4e36a15bb256476fee3aa0a2 /src/video_core/host_shaders/present_bicubic.frag
parentconfigure_graphics.ui: Cleanup scaling options and fix duplicate name warning (diff)
downloadyuzu-87abab71fff2189c549ae247eb6c281c8f618acd.tar
yuzu-87abab71fff2189c549ae247eb6c281c8f618acd.tar.gz
yuzu-87abab71fff2189c549ae247eb6c281c8f618acd.tar.bz2
yuzu-87abab71fff2189c549ae247eb6c281c8f618acd.tar.lz
yuzu-87abab71fff2189c549ae247eb6c281c8f618acd.tar.xz
yuzu-87abab71fff2189c549ae247eb6c281c8f618acd.tar.zst
yuzu-87abab71fff2189c549ae247eb6c281c8f618acd.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/host_shaders/present_bicubic.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host_shaders/present_bicubic.frag b/src/video_core/host_shaders/present_bicubic.frag
index f3e5410e7..902b70c2b 100644
--- a/src/video_core/host_shaders/present_bicubic.frag
+++ b/src/video_core/host_shaders/present_bicubic.frag
@@ -1,4 +1,4 @@
-// Copyright 2019 yuzu Emulator Project
+// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.