Skip to content

Commit

Permalink
ps1: cd-rom setLoc command should not reset reading flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Jul 24, 2023
1 parent 7233efb commit 352f220
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ares/ps1/disc/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ auto Disc::commandGetStatus() -> void {

//0x02
auto Disc::commandSetLocation() -> void {
ssr.reading = 0;

u8 minute = BCD::decode(fifo.parameter.read(0));
u8 second = BCD::decode(fifo.parameter.read(0));
u8 frame = BCD::decode(fifo.parameter.read(0));
Expand Down

0 comments on commit 352f220

Please sign in to comment.