diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2024-01-08 19:15:28 +0100 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2024-01-08 19:15:28 +0100 |
| commit | a149dc9e3b84922a7e52d31e9a56f255a5597dff (patch) | |
| tree | 8f30aacab5d7e0d2569e821c2d3b83c6e703b81e /examples/cdrom | |
| parent | dd85f9f993427ae69ab905486f8ef372d3960664 (diff) | |
| download | psn00bsdk-a149dc9e3b84922a7e52d31e9a56f255a5597dff.tar.gz | |
Fix examples, update submodules and CI script
Diffstat (limited to 'examples/cdrom')
| -rw-r--r-- | examples/cdrom/cdxa/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cdrom/cdxa/main.c b/examples/cdrom/cdxa/main.c index 253f540..d49ff1b 100644 --- a/examples/cdrom/cdxa/main.c +++ b/examples/cdrom/cdxa/main.c @@ -214,7 +214,7 @@ void cd_event_handler(CdlIntrResult event, uint8_t *payload) { if ( !(sector.xa_header[0].submode & XA_TYPE_AUDIO) && - !(sector.xa_header[0].submode & XA_TYPE_AUDIO) + !(sector.xa_header[1].submode & XA_TYPE_AUDIO) ) { // Seek back to the beginning of the file. CdControlF(CdlReadS, &xa_loc); |
