Whitespace cleanup
This commit is contained in:
parent
08c6fc10c1
commit
16dbd1cec6
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ bool CDROM_Interface_Image::AudioFile::read(uint8_t *buffer,
|
|||
const int32_t elapsed_us = static_cast<int32_t>
|
||||
(duration_cast<microseconds>(end - begin).count());
|
||||
LOG_MSG("CDROM: converted %u mono to %u samples in %d us",
|
||||
mono_samples, mono_samples * REDBOOK_CHANNELS, elapsed_us);
|
||||
mono_samples, mono_samples * REDBOOK_CHANNELS, elapsed_us);
|
||||
#endif
|
||||
// Taken into account that we've now fill both (stereo) channels
|
||||
decoded_bytes *= REDBOOK_CHANNELS;
|
||||
|
@ -803,7 +803,7 @@ bool CDROM_Interface_Image::ReadSectors(PhysPt buffer,
|
|||
uint8_t* buffer_position = readBuffer.data();
|
||||
|
||||
// Read until we have enough or fail
|
||||
while(bytes_read < requested_bytes) {
|
||||
while (bytes_read < requested_bytes) {
|
||||
success = ReadSector(buffer_position, raw, current_sector);
|
||||
if (!success)
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue