Skip to content

Commit

Permalink
CDVD: Fix DevCon log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and F0bes committed Nov 27, 2024
1 parent 719063e commit 028e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/CDVD/CDVDdiscReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void cdvdParseTOC()
tracks[track].type = CDVD_AUDIO_TRACK;
}
#ifdef PCSX2_DEBUG
DevCon.Write("cdvdParseTOC: Track %u: LBA %u, Type %u\n", track, tracks[track].start_lba, tracks[track].type);
DevCon.WriteLn("cdvdParseTOC: Track %u: LBA %u, Type %u\n", track, tracks[track].start_lba, tracks[track].type);
#endif
}
}
Expand Down

0 comments on commit 028e6cd

Please sign in to comment.