pcsx2/pcsx2/CDVD
Jonathan Li 92aa43fe91 cdvd: Fix end-of-disc issues (#3051)
* cdvd: Fix off-by-one end of file checks

* cdvd: Fix loading for games that attempt to read non-existent sectors

Some games will hang when attempting to read non-existent sectors.
Just do nothing when it occurs instead of erroring out.

* cdvdgigaherz: Fix loading for games that attempt to read non-existent sectors

Some games will hang when attempting to read non-existent sectors.
Just do nothing when it occurs instead of erroring out.

* cdvd: Don't write non-existent sectors to blockdump
2019-08-25 16:09:28 +02:00
..
IsoFS core: use = default for trivial destructor 2017-05-13 10:38:35 +02:00
BlockdumpFileReader.cpp CDVD: initialize a temporary buffer 2016-07-21 09:51:16 +02:00
CDVD.cpp cdvd: Get rid of code that disabled loading psx discs. 2019-03-01 17:21:13 +05:30
CDVD.h PCSX2-Counters: Fix RTC counting at certain cases 2016-12-24 11:54:25 +05:30
CDVD_internal.h CDVD: 2010-07-08 20:40:55 +00:00
CDVDaccess.cpp cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
CDVDaccess.h CDVD: Convert CDVD_SourceType into enum class 2016-12-10 12:35:57 +00:00
CDVDisoReader.cpp cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
CDVDisoReader.h * Added subdivided content to the u128 type (changed it from a struct to a union, added _u32[4], _u16[8], etc). 2010-08-31 05:14:00 +00:00
CdRom.cpp Remove gigaherz old wip 'new' iopdma code. (#2703) 2018-12-09 18:00:04 -08:00
CdRom.h PS1 mode: Adjustments to processor clock speed and CD read speed. (#2447) 2018-05-26 13:20:02 +02:00
ChunksCache.cpp pcsx2|common|gsdx: use empty() instead of .size() ==/!= 0 check 2016-08-21 17:20:13 +02:00
ChunksCache.h Separate compressed file types into separate files. 2015-04-14 19:24:21 -07:00
CompressedFileReader.cpp Refactor ISO creation to avoid duplicate code. 2015-04-14 19:24:22 -07:00
CompressedFileReader.h Refactor ISO creation to avoid duplicate code. 2015-04-14 19:24:22 -07:00
CompressedFileReaderUtils.h pcsx2|common: Use _WIN32 for Windows preprocessor macro 2016-01-27 22:41:45 +00:00
CsoFileReader.cpp Darwin/OSX __POSIX__ definitions. 2015-12-02 05:00:41 +02:00
CsoFileReader.h pcsx2:CDVD: init members in constructor 2015-09-23 09:47:27 +02:00
GzippedFileReader.cpp isoreader:gzip: Avoid shallow copying z_stream objects 2017-02-18 15:49:00 +00:00
GzippedFileReader.h pcsx2|common: Use _WIN32 for Windows preprocessor macro 2016-01-27 22:41:45 +00:00
InputIsoFile.cpp cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
IsoFileFormats.h cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
OutputIsoFile.cpp cdvd: Fix writing of CD blockdumps 2018-01-27 22:28:29 +00:00
zlib_indexed.h isoreader:gzip: Avoid shallow copying z_stream objects 2017-02-18 15:49:00 +00:00