summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/page_heap.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-04-15 03:50:19 +0200
committerbunnei <bunneidev@gmail.com>2020-04-17 06:59:35 +0200
commit6f3266e98b7fd1afcf37aa31cde0eda97662ab48 (patch)
tree8ca02582a33bb07c9b51508245d0453783b1a1e4 /src/core/hle/kernel/memory/page_heap.h
parentkernel: Remove old VMManager class. (diff)
downloadyuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.tar
yuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.tar.gz
yuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.tar.bz2
yuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.tar.lz
yuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.tar.xz
yuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.tar.zst
yuzu-6f3266e98b7fd1afcf37aa31cde0eda97662ab48.zip
Diffstat (limited to 'src/core/hle/kernel/memory/page_heap.h')
-rw-r--r--src/core/hle/kernel/memory/page_heap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/memory/page_heap.h b/src/core/hle/kernel/memory/page_heap.h
index 9eb15a053..39ca45ab1 100644
--- a/src/core/hle/kernel/memory/page_heap.h
+++ b/src/core/hle/kernel/memory/page_heap.h
@@ -2,6 +2,9 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+// This file references various implementation details from Atmosphère, an open-source firmware for
+// the Nintendo Switch. Copyright 2018-2020 Atmosphère-NX.
+
#pragma once
#include <array>