Skip to content

Commit 04ee6bd

Browse files
authored
fix ps2host calling CpuEnableIntr with args
1 parent e60a384 commit 04ee6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps2host/ps2host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern int fsysMount(void);
2727
int _start(int argc, char **argv)
2828
{
2929
FlushDcache();
30-
CpuEnableIntr(0);
30+
CpuEnableIntr();
3131
#if 0 /* EEUG: what the hell these two are doing here ? */
3232
sceCdInit(1);
3333
sceCdStop();

0 commit comments

Comments
 (0)