Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 62e4212

Browse files
F0besSternXD
authored andcommitted
Windows: Make PCSX2 long path aware
1 parent ac59189 commit 62e4212

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pcsx2/windows/PCSX2.manifest

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1212
</application>
1313
</compatibility>
14-
</assembly>
14+
<application xmlns="urn:schemas-microsoft-com:asm.v3">
15+
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
16+
<ws2:longPathAware>true</ws2:longPathAware>
17+
</windowsSettings>
18+
</application>
19+
</assembly>

0 commit comments

Comments
 (0)