mirror of https://github.com/stella-emu/stella.git
missed a blank
This commit is contained in:
parent
76e3e8305a
commit
adc948d806
|
@ -249,7 +249,7 @@ string SoundSDL2::about() const
|
|||
break;
|
||||
}
|
||||
buf << " Fragment size: " << uInt32(myHardwareSpec.samples) << " bytes" << endl
|
||||
<< " Sample rate: " << uInt32(myHardwareSpec.freq) << "Hz" << endl;
|
||||
<< " Sample rate: " << uInt32(myHardwareSpec.freq) << " Hz" << endl;
|
||||
buf << " Resampling: ";
|
||||
switch(myAudioSettings.resamplingQuality())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue