Skip to content

Commit

Permalink
Fix some .ckd [Rayman Legends (XONE)]
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Oct 29, 2024
1 parent 67dfa1c commit 1ef9392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meta/ubi_raki.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ VGMSTREAM* init_vgmstream_ubi_raki(STREAMFILE* sf) {
#endif

#ifdef VGM_USE_FFMPEG
case 0x58333630786D6132: { /* "X360xma2" */
case 0x58333630786D6132: /* "X360xma2" */
case 0x44757261786D6132: { /* "Duraxma2" */
/* chunks: "seek" (XMA2 seek table), "data" */
if (!block_align) goto fail;

Expand Down

0 comments on commit 1ef9392

Please sign in to comment.