missing commit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@814 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
12d3810203
commit
7c4be7a975
|
@ -49,6 +49,7 @@ public:
|
||||||
|
|
||||||
void AddStereoSamples(const short *sample_data, int count);
|
void AddStereoSamples(const short *sample_data, int count);
|
||||||
void AddStereoSamplesBE(const short *sample_data, int count); // big endian
|
void AddStereoSamplesBE(const short *sample_data, int count); // big endian
|
||||||
|
u32 GetAudioSize() { return audio_size; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WAVEFILE_H
|
#endif // _WAVEFILE_H
|
||||||
|
|
Loading…
Reference in New Issue