mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Version 1.4.223
Small fixes for new update files
This commit is contained in:
parent
1439973204
commit
9fdaaad7da
@ -90,6 +90,7 @@
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
|
||||
<EmbeddedResource Include="Properties\Resources.es.resx" />
|
||||
@ -99,7 +100,7 @@
|
||||
<EmbeddedResource Include="Properties\Resources.ru-RU.resx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\Metal Gear Solid_ Alert %28!%29.wav" />
|
||||
<None Include="Resources\EE.wav" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
@ -137,7 +137,7 @@
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="EE" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Metal Gear Solid_ Alert (!).wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>..\Resources\EE.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="FoundController" xml:space="preserve">
|
||||
<value>Found Controller: </value>
|
||||
|
@ -353,8 +353,8 @@ namespace DS4Windows
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
finally { File.Delete(exepath + "\\1.4.22.ds4w"); }
|
||||
}
|
||||
File.Delete(exepath + "\\1.4.22.ds4w");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user