Skip to content

Commit

Permalink
[Maintence]: Update to latest PS2SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s authored Dec 20, 2024
1 parent 1b4f465 commit 559c86f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions prboom2/src/i_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,21 +328,6 @@ typedef struct
int pid;
} puser_t;

#ifdef __PS2__
int pipe (int __fildes[2])
{
(void)__fildes[2];
return 0;
}

pid_t waitpid (pid_t, int *, int)
{

return 0;
}

#endif

static int my_popen3 (pipeinfo_t *p)
{
FILE *fin = NULL;
Expand All @@ -366,7 +351,7 @@ static int my_popen3 (pipeinfo_t *p)
return 0;



// make the pipes
if (pipe (scratch))
goto fail;
Expand Down

0 comments on commit 559c86f

Please sign in to comment.