mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
DVDInterface: Amend lint formatting issues
This commit is contained in:
@ -1214,9 +1214,8 @@ void ScheduleReads(u64 offset, u32 length, const DiscIO::Partition& partition, u
|
|||||||
u32 buffered_blocks = 0;
|
u32 buffered_blocks = 0;
|
||||||
u32 unbuffered_blocks = 0;
|
u32 unbuffered_blocks = 0;
|
||||||
|
|
||||||
const u32 bytes_per_chunk = partition == DiscIO::PARTITION_NONE ?
|
const u32 bytes_per_chunk =
|
||||||
DVD_ECC_BLOCK_SIZE :
|
partition == DiscIO::PARTITION_NONE ? DVD_ECC_BLOCK_SIZE : DiscIO::VolumeWii::BLOCK_DATA_SIZE;
|
||||||
DiscIO::VolumeWii::BLOCK_DATA_SIZE;
|
|
||||||
|
|
||||||
while (length > 0)
|
while (length > 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user