mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-22 22:06:58 +00:00
Don't force x86 arch in the manifest file.
How come this worked?
This commit is contained in:
parent
268f30f522
commit
0625012dc6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user