From ea8a3059bff1693ea640777a3aeb0c31daf18951 Mon Sep 17 00:00:00 2001 From: Silent Date: Sun, 6 Oct 2019 22:23:06 +0200 Subject: [PATCH] Enable Win10 long path awareness in manifest files --- Source/Core/DolphinQt/DolphinQt.manifest | 5 +++-- Source/Core/WinUpdater/Updater.exe.manifest | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Source/Core/DolphinQt/DolphinQt.manifest b/Source/Core/DolphinQt/DolphinQt.manifest index 8c709b5c38..01910f52dc 100644 --- a/Source/Core/DolphinQt/DolphinQt.manifest +++ b/Source/Core/DolphinQt/DolphinQt.manifest @@ -1,8 +1,9 @@ - - true + + true + true diff --git a/Source/Core/WinUpdater/Updater.exe.manifest b/Source/Core/WinUpdater/Updater.exe.manifest index 0a3ca72f6d..e661623b28 100644 --- a/Source/Core/WinUpdater/Updater.exe.manifest +++ b/Source/Core/WinUpdater/Updater.exe.manifest @@ -29,8 +29,9 @@ - True + xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> + true + true \ No newline at end of file