summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/environment.h
diff options
context:
space:
mode:
authorGravatar ameerj2021-12-05 16:18:53 -0500
committerGravatar ameerj2021-12-05 16:18:53 -0500
commit41aec2773f382ac4ff27daee5401b78f7669190d (patch)
tree7b8107335ab70095af1f88f37b950e9c1627439e /src/shader_recompiler/environment.h
parentMerge pull request #7518 from german77/is_npad_valid (diff)
downloadyuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.gz
yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.xz
yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.zip
general: Add missing copyright notices
Diffstat (limited to 'src/shader_recompiler/environment.h')
-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 @@
1// Copyright 2021 yuzu Emulator Project
2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included.
4
1#pragma once 5#pragma once
2 6
3#include <array> 7#include <array>