Don't force x86 arch in the manifest file.

How come this worked?
This commit is contained in:
Unknown W. Brackets 2013-03-29 01:22:20 -07:00
parent 268f30f522
commit 0625012dc6

View File

@ -3,10 +3,10 @@
xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity
processorArchitecture="x86"
processorArchitecture="*"
version="5.1.0.0"
type="win32"
name="PPSSPP.exe"/>
name="PPSSPPWindows.exe"/>
<description>PPSSPP</description>
<dependency>
<dependentAssembly>
@ -16,7 +16,7 @@
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="x86"/>
processorArchitecture="*"/>
</dependentAssembly>
</dependency>
</assembly>