Add a missing file that gitignore caught

This commit is contained in:
Henrik Rydgard 2012-11-04 21:06:39 +01:00
parent 37ce062757
commit 907e2e2765
2 changed files with 22 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,7 +7,6 @@ Logs
*.dll
*.rar
*.exe
*.bin
*.ini
*.map
*.lib

22
Windows/rt_manif.bin Normal file
View 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>