Applied patch #957544 to make output sample rate configurable at runtime.
svn-id: r14225
This commit is contained in:
parent
078dc6220f
commit
70f8f689a1
8 changed files with 79 additions and 10 deletions
|
@ -169,6 +169,9 @@ protected:
|
|||
SDL_Surface *_tmpscreen;
|
||||
bool _overlayVisible;
|
||||
|
||||
// Audio
|
||||
int _samplesPerSec;
|
||||
|
||||
// CD Audio
|
||||
SDL_CD *_cdrom;
|
||||
int cd_track, cd_num_loops, cd_start_frame, cd_duration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue