From 4dca2a1573de4f5d7d8cb60a0af5ef5c68b8e7be Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 1 Dec 2020 17:47:48 -0800 Subject: [PATCH] loader: support 11.x DisableDeviceAddressSpaceMerge --- libstratosphere/include/stratosphere/ldr/ldr_types.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstratosphere/include/stratosphere/ldr/ldr_types.hpp b/libstratosphere/include/stratosphere/ldr/ldr_types.hpp index 4c83687c..a92e6477 100644 --- a/libstratosphere/include/stratosphere/ldr/ldr_types.hpp +++ b/libstratosphere/include/stratosphere/ldr/ldr_types.hpp @@ -210,7 +210,8 @@ namespace ams::ldr { MetaFlag_AddressSpaceTypeShift = 1, MetaFlag_AddressSpaceTypeMask = (7 << MetaFlag_AddressSpaceTypeShift), - MetaFlag_OptimizeMemoryAllocation = (1 << 4), + MetaFlag_OptimizeMemoryAllocation = (1 << 4), + MetaFlag_DisableDeviceAddressSpaceMerge = (1 << 5), }; enum AddressSpaceType {