From f8146a770bf4b4d0ebb49f83e5d38613a1dd1ce5 Mon Sep 17 00:00:00 2001 From: tunip3 <26260613+tunip3@users.noreply.github.com> Date: Fri, 12 Feb 2021 18:29:11 +0000 Subject: [PATCH] [UWP] [Xbox] Fix 4K HEVC crash due out of memory --- project/Win32BuildSetup/AppxManifest.xml.in | 3 ++- tools/windows/packaging/uwp/package.appxmanifest.in | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/project/Win32BuildSetup/AppxManifest.xml.in b/project/Win32BuildSetup/AppxManifest.xml.in index e8d0959ab0dfc..ac4cf6925cc61 100644 --- a/project/Win32BuildSetup/AppxManifest.xml.in +++ b/project/Win32BuildSetup/AppxManifest.xml.in @@ -1,5 +1,5 @@ - + @APP_NAME@ @@ -169,5 +169,6 @@ + diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in index ddb4222da3205..08291e3d9dcbd 100644 --- a/tools/windows/packaging/uwp/package.appxmanifest.in +++ b/tools/windows/packaging/uwp/package.appxmanifest.in @@ -4,7 +4,8 @@ xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" - IgnorableNamespaces="mp uap uap3"> + xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + IgnorableNamespaces="mp uap uap3 rescap"> @@ -236,5 +237,6 @@ +