Skip to content

Commit

Permalink
[Specific-PSX]: S_CDPlay Fix const.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stBlade committed Jul 27, 2020
1 parent ba56c97 commit d237800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC_PSX/CD.C
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void S_CDPlay(short track, int mode)//5DC10(<), 5E08C(<) (F) (*) (D)

if (XATrack == -1)
{
param[0] = 200;
param[0] = CdlModeSpeed | CdlModeRT | CdlModeSF;
CdControlB(CdlSetmode, &param[0], NULL);
VSync(3);
CdControlB(CdlPause, NULL, NULL);
Expand Down

0 comments on commit d237800

Please sign in to comment.