Merge pull request #3880 from lioncash/encoding

kernel/memory: Amend potential encoding warnings
This commit is contained in:
bunnei
2020-05-04 18:50:29 -04:00
committed by GitHub
6 changed files with 12 additions and 12 deletions

View File

@ -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<EFBFBD>re, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosph<EFBFBD>re-NX.
// This file references various implementation details from Atmosphere, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosphere-NX.
#include <array>

View File

@ -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<EFBFBD>re, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosph<EFBFBD>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

View File

@ -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<EFBFBD>re, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosph<EFBFBD>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

View File

@ -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<EFBFBD>re, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosph<EFBFBD>re-NX.
// This file references various implementation details from Atmosphere, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosphere-NX.
#include "core/core.h"
#include "core/hle/kernel/memory/page_heap.h"

View File

@ -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<EFBFBD>re, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosph<EFBFBD>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

View File

@ -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<EFBFBD>re, an open-source firmware for
// the Nintendo Switch. Copyright 2018-2020 Atmosph<EFBFBD>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