mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 14:02:40 +02:00
loader: support 11.x DisableDeviceAddressSpaceMerge
This commit is contained in:
parent
ca24d0ed9f
commit
4dca2a1573
@ -211,6 +211,7 @@ namespace ams::ldr {
|
||||
MetaFlag_AddressSpaceTypeMask = (7 << MetaFlag_AddressSpaceTypeShift),
|
||||
|
||||
MetaFlag_OptimizeMemoryAllocation = (1 << 4),
|
||||
MetaFlag_DisableDeviceAddressSpaceMerge = (1 << 5),
|
||||
};
|
||||
|
||||
enum AddressSpaceType {
|
||||
|
Loading…
Reference in New Issue
Block a user