Add a missing file that gitignore caught
This commit is contained in:
parent
37ce062757
commit
907e2e2765
2 changed files with 22 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,7 +7,6 @@ Logs
|
|||
*.dll
|
||||
*.rar
|
||||
*.exe
|
||||
*.bin
|
||||
*.ini
|
||||
*.map
|
||||
*.lib
|
||||
|
|
22
Windows/rt_manif.bin
Normal file
22
Windows/rt_manif.bin
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly
|
||||
xmlns="urn:schemas-microsoft-com:asm.v1"
|
||||
manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
processorArchitecture="x86"
|
||||
version="5.1.0.0"
|
||||
type="win32"
|
||||
name="PPSSPP.exe"/>
|
||||
<description>PPSSPP</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
processorArchitecture="x86"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
Loading…
Add table
Add a link
Reference in a new issue