summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/slab_heap.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-05-03 19:01:01 +0200
committerLioncash <mathew1800@gmail.com>2020-05-03 19:01:03 +0200
commit93c083aef1b259aea12c50fbb66d59de853823d7 (patch)
tree16542b9494ba11508ce763af294572a72ede9f11 /src/core/hle/kernel/memory/slab_heap.h
parentsettings: Add anisotropic filtering level to the yuzu configuration log (#3875) (diff)
downloadyuzu-93c083aef1b259aea12c50fbb66d59de853823d7.tar
yuzu-93c083aef1b259aea12c50fbb66d59de853823d7.tar.gz
yuzu-93c083aef1b259aea12c50fbb66d59de853823d7.tar.bz2
yuzu-93c083aef1b259aea12c50fbb66d59de853823d7.tar.lz
yuzu-93c083aef1b259aea12c50fbb66d59de853823d7.tar.xz
yuzu-93c083aef1b259aea12c50fbb66d59de853823d7.tar.zst
yuzu-93c083aef1b259aea12c50fbb66d59de853823d7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/memory/slab_heap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/memory/slab_heap.h b/src/core/hle/kernel/memory/slab_heap.h
index be95fc3f7..6fa2fab70 100644
--- a/src/core/hle/kernel/memory/slab_heap.h
+++ b/src/core/hle/kernel/memory/slab_heap.h
@@ -2,8 +2,8 @@
// 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.
+// This file references various implementation details from Atmosphere, an open-source firmware for
+// the Nintendo Switch. Copyright 2018-2020 Atmosphere-NX.
#pragma once