Skip to content

Commit 4af9d06

Browse files
committed
uwp: update project files for smb client
1 parent a67712f commit 4af9d06

3 files changed

Lines changed: 48 additions & 13 deletions

File tree

pkg/msvc-uwp/RetroArch-msvcUWP/Package.appxmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
33
<Identity Name="1e4cf179-f3c2-404f-b9f3-cb2070a5aad8" Publisher="CN=libretro" Version="1.22.2.0" />
44
<mp:PhoneIdentity PhoneProductId="1e4cf179-f3c2-404f-b9f3-cb2070a5aad8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
@@ -32,6 +32,7 @@
3232
<Capabilities>
3333
<Capability Name="internetClient" />
3434
<Capability Name="internetClientServer" />
35+
<Capability Name="privateNetworkClientServer"/>
3536
<rescap:Capability Name="runFullTrust"/>
3637
<rescap:Capability Name="broadFileSystemAccess" />
3738
<rescap:Capability Name="expandedResources" />

0 commit comments

Comments
 (0)