Skip to content

Commit

Permalink
krat0s: added debug message for unimplemented sceCdSC cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Aug 11, 2023
1 parent 8252c64 commit f95831e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iopcore/cdvdman/cdvdman.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ int sceCdSC(int code, int *param)
result = 1;
break;
default:
DPRINTF("sceCdSC unknown, code=0x%X param=0x%X \n", code, *param);
result = 1; // dummy result
}

Expand Down

0 comments on commit f95831e

Please sign in to comment.