mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't force x86 arch in the manifest file.
How come this worked?
This commit is contained in:
parent
268f30f522
commit
0625012dc6
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue