diff options
Diffstat (limited to 'scripts/resources/windows/mame/mame.man')
-rw-r--r-- | scripts/resources/windows/mame/mame.man | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/resources/windows/mame/mame.man b/scripts/resources/windows/mame/mame.man new file mode 100644 index 00000000000..e08eba181cb --- /dev/null +++ b/scripts/resources/windows/mame/mame.man @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> + <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MAME" type="win32" /> + <description>Multiple Arcade Machine Emulator</description> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> + </dependentAssembly> + </dependency> + <asmv3:application> + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> + <dpiAware>true</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> +</assembly> |