summaryrefslogtreecommitdiffstats
path: root/src/common/uint128.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-03-21 04:13:06 +0100
committerGitHub <noreply@github.com>2019-03-21 04:13:06 +0100
commitb72664abfd0a344501c47c7e8d82594842775d02 (patch)
treeb8d48bb9d00c37f31ae36f7ae0529fceccadacbb /src/common/uint128.cpp
parentMerge pull request #2268 from lioncash/codeset (diff)
parentcommon/uint128: Add missing header guard (diff)
downloadyuzu-b72664abfd0a344501c47c7e8d82594842775d02.tar
yuzu-b72664abfd0a344501c47c7e8d82594842775d02.tar.gz
yuzu-b72664abfd0a344501c47c7e8d82594842775d02.tar.bz2
yuzu-b72664abfd0a344501c47c7e8d82594842775d02.tar.lz
yuzu-b72664abfd0a344501c47c7e8d82594842775d02.tar.xz
yuzu-b72664abfd0a344501c47c7e8d82594842775d02.tar.zst
yuzu-b72664abfd0a344501c47c7e8d82594842775d02.zip
Diffstat (limited to 'src/common/uint128.cpp')
-rw-r--r--src/common/uint128.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/uint128.cpp b/src/common/uint128.cpp
index 2238a52c5..32bf56730 100644
--- a/src/common/uint128.cpp
+++ b/src/common/uint128.cpp
@@ -1,3 +1,7 @@
+// Copyright 2019 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
#ifdef _MSC_VER
#include <intrin.h>