mirror of
https://github.com/libretro/Mesen.git
synced 2024-12-18 14:56:38 +00:00
099a1b3b44
-Fixed DMC $4011 write behavior -Fixed period for square channels -Removed blip_buffer & blip_synth. Replaced with blip_buf and SoundMixer - now have non-linear sound mixing. -Fixes all sound-related tests (apu_mixer (dmc, noise, square, triangle) and volume_tests
9 lines
277 B
XML
9 lines
277 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClInclude Include="blip_buf.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="blip_buf.c" />
|
|
</ItemGroup>
|
|
</Project> |