Windows: Make PCSX2 long path aware

This commit is contained in:
Ty 2025-02-28 10:06:17 -05:00 committed by Ty
parent e3afdde981
commit 1fd22dcc1c
1 changed files with 6 additions and 1 deletions

View File

@ -11,4 +11,9 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application> </application>
</compatibility> </compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
</windowsSettings>
</application>
</assembly> </assembly>