pcsx2/plugins/cdvdGigaherz/src
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
..
Unix cdvdgigaherz:gtk: Simplify GUI dialog 2018-06-11 02:15:47 +01:00
Windows cdvdgigaherz: Replace use of deprecated wstring_convert 2018-06-11 02:15:47 +01:00
CDVD.cpp cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
CDVD.h cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
CMakeLists.txt Update compiler flags, as a number of plugins didn't have them set. Setting -Wno-parentheses across the board to suppress warnings about gtk from gcc 8. 2018-10-13 11:05:27 -07:00
ReadThread.cpp cdvd: Fix end-of-disc issues (#3051) 2019-08-25 16:09:28 +02:00
Settings.cpp misc-plugins:windows: Fix ini/log path issues 2018-07-23 00:51:02 +01: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