Skip to content

Commit

Permalink
iop: 100% matching! (i think)
Browse files Browse the repository at this point in the history
  • Loading branch information
entriphy committed Jun 16, 2023
1 parent 38ad655 commit 8485329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion iop/iop.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ extern void JamBankSet(int id);
extern void JamBdTrans();
extern void JamGetPrm(int id, int prog, int splt, SNDKEYPRM *prm);
extern void JamInit();
extern void PptStop();
extern void PptStop(int st);
extern void Ac3Play();
extern void Ac3Stop();
extern void Ac3ZeroPcmPlay();
Expand All @@ -434,8 +434,10 @@ extern void Ac3SetDigitalOut();
extern void Ac3Play2();
extern void Ac3Clear();

#ifndef SCE_OBSOLETE
extern int CpuDisableIntr();
extern int CpuEnableIntr();
extern int EnableIntr(int irq);
#endif

#endif // IOP_H
2 changes: 1 addition & 1 deletion iop/sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static int SndDmaInt(void *common)
static int SndDmaInt(int core, void *common)
#endif
{
sD->DmaWait -= 1;
sD->DmaWait--;
return 1;
}

Expand Down

0 comments on commit 8485329

Please sign in to comment.