mirror of https://github.com/PCSX2/pcsx2.git
cdvdgigaherz: Remove unreachable return
Fixes warning C4702: unreachable code
This commit is contained in:
parent
49cd751acf
commit
a61aa8ff0b
|
@ -383,7 +383,6 @@ s32 cdvdDirectReadSector(s32 first, s32 mode, char *buffer)
|
||||||
memcpy(buffer, bfr + 12, 2352);
|
memcpy(buffer, bfr + 12, 2352);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 cdvdGetMediaType()
|
s32 cdvdGetMediaType()
|
||||||
|
|
Loading…
Reference in New Issue