mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Fixed Null sound
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2783 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ec8548dc00
commit
5d9871e85e
5 changed files with 17 additions and 11 deletions
|
@ -22,6 +22,7 @@ enum {BUF_SIZE = 32*1024};
|
|||
|
||||
WaveFileWriter::WaveFileWriter()
|
||||
{
|
||||
file = NULL;
|
||||
conv_buffer = 0;
|
||||
skip_silence = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue