diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-12-22 13:03:08 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-12-22 13:03:08 +0100 |
| commit | c5c10fe48b33b63e44db775cf4b4ebda7bd1f539 (patch) | |
| tree | 0f4aacc86cf719835caf9f9a092dc8cba4647140 /Source/Core | |
| parent | 5af426df33c744870d7c232662bed49f1de694d0 (diff) | |
| parent | c1ad4055a340aea25ac0e26353a0777280bbc4e8 (diff) | |
Merge pull request #1757 from JosJuice/gc-ipl-regression
Fix 4.0-4724 GC IPL regression
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/HW/DVDInterface.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/Core/HW/DVDInterface.cpp b/Source/Core/Core/HW/DVDInterface.cpp index 6ef5b69d7a..8116ef1e8f 100644 --- a/Source/Core/Core/HW/DVDInterface.cpp +++ b/Source/Core/Core/HW/DVDInterface.cpp @@ -628,14 +628,6 @@ DVDCommandResult ExecuteReadCommand(u64 DVD_offset, u32 output_address, DVDCommandResult result; result.ticks_until_completion = SimulateDiscReadTime(DVD_offset, DVD_length); - // Is this check needed? - if (output_address == 0) - { - PanicAlert("DVDLowRead : _BufferOut == 0"); - result.interrupt_type = INT_DEINT; - return result; - } - if (raw) { // We must make sure it is in a valid area! (#001 check) |
