pcsx2/plugins/cdvdGigaherz/src
Jonathan Li c9abec7cbe cdvdgigaherz: Always read 2352 bytes from CD sectors
For some CDs (i.e. Suikoden), trying to read a 2048 byte "cooked" sector
does not work. However, reading the raw sector and then extracting the
required 2048 bytes works fine, so let's do that.

This also makes it easier to port CD/DVD disk reading to operating
systems that don't provide CD/DVD interface conveniences.
2017-11-24 00:08:26 +00:00
..
Unix cdvdgigaherz:linux: Swap Ok and Cancel button order 2016-12-07 01:40:44 +00:00
Windows cdvdgigaherz: Change signs 2016-11-22 21:26:41 +01:00
CDVD.cpp cdvdgigaherz: Always read 2352 bytes from CD sectors 2017-11-24 00:08:26 +00:00
CDVD.h cdvdgigaherz: Improve prefetch logic 2016-12-19 23:56:48 +00:00
CMakeLists.txt cmake: Add various missing file in CMakeLists.txt 2017-02-16 20:11:57 +01:00
ReadThread.cpp cdvdgigaherz: Always read 2352 bytes from CD sectors 2017-11-24 00:08:26 +00:00
Settings.cpp cdvdgigaherz: Add portable setting class 2016-11-07 00:08:23 +00:00
Settings.h cdvdgigaherz: Add portable setting class 2016-11-07 00:08:23 +00:00
TocStuff.cpp cdvdgigaherz: Detect CD track mode correctly 2017-11-24 00:08:26 +00:00