summaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp
diff options
context:
space:
mode:
authorGravatar Morph2021-12-05 18:08:08 -0500
committerGravatar GitHub2021-12-05 18:08:08 -0500
commit975931e8faaa400c098647cd7d731455848f3e98 (patch)
tree7b8107335ab70095af1f88f37b950e9c1627439e /src/common/host_memory.cpp
parentMerge pull request #7518 from german77/is_npad_valid (diff)
parentgeneral: Add missing copyright notices (diff)
downloadyuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.gz
yuzu-975931e8faaa400c098647cd7d731455848f3e98.tar.xz
yuzu-975931e8faaa400c098647cd7d731455848f3e98.zip
Merge pull request #7520 from ameerj/missing-copyright
general: Add missing copyright notices
Diffstat (limited to 'src/common/host_memory.cpp')
-rw-r--r--src/common/host_memory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp
index b44a44949..28949fe5e 100644
--- a/src/common/host_memory.cpp
+++ b/src/common/host_memory.cpp
@@ -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#ifdef _WIN32 5#ifdef _WIN32
2 6
3#include <iterator> 7#include <iterator>