summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/environment.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-12-06 00:08:08 +0100
committerGitHub <noreply@github.com>2021-12-06 00:08:08 +0100
commit975931e8faaa400c098647cd7d731455848f3e98 (patch)
tree7b8107335ab70095af1f88f37b950e9c1627439e /src/shader_recompiler/environment.h
parentMerge pull request #7518 from german77/is_npad_valid (diff)
parentgeneral: Add missing copyright notices (diff)
downloadyuzu-975931e8faaa400c098647cd7d731455848f3e98.tar
yuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.gz
yuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.bz2
yuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.lz
yuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.xz
yuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.zst
yuzu-975931e8faaa400c098647cd7d731455848f3e98.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/environment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shader_recompiler/environment.h b/src/shader_recompiler/environment.h
index 8369d0d84..b4df73e8a 100644
--- a/src/shader_recompiler/environment.h
+++ b/src/shader_recompiler/environment.h
@@ -1,3 +1,7 @@
+// Copyright 2021 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
#pragma once
#include <array>