diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-12-05 22:18:53 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-12-05 22:18:53 +0100 |
commit | 41aec2773f382ac4ff27daee5401b78f7669190d (patch) | |
tree | 7b8107335ab70095af1f88f37b950e9c1627439e /src/common/host_memory.cpp | |
parent | Merge pull request #7518 from german77/is_npad_valid (diff) | |
download | yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.gz yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.bz2 yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.lz yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.xz yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.tar.zst yuzu-41aec2773f382ac4ff27daee5401b78f7669190d.zip |
Diffstat (limited to 'src/common/host_memory.cpp')
-rw-r--r-- | src/common/host_memory.cpp | 4 |
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 @@ +// Copyright 2021 yuzu Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + #ifdef _WIN32 #include <iterator> |