source: ps2launchargs/source/uLaunchELF/ps2host/irx_imports.h@ 1101

Last change on this file since 1101 was 1101, checked in by iritscen, 7 years ago

Added following to ps2launchargs:\n-Source code.\n-DLL needed to run ps2client.\n-Instructions for building uLaunchELF.

  • Property svn:executable set to *
File size: 579 bytes
Line 
1/*
2 * irx_imports.h - Defines all IRX imports.
3 *
4 * Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org>
5 *
6 * See the file LICENSE included with this distribution for licensing terms.
7 */
8
9#ifndef IOP_IRX_IMPORTS_H
10#define IOP_IRX_IMPORTS_H
11
12#include "irx.h"
13
14
15/* Please keep these in alphabetical order! */
16#if 0 /* EEUG: WHY ? */
17#include "cdvdman.h"
18#endif
19#include "intrman.h"
20#include "ioman.h"
21#include "loadcore.h"
22#include "ps2ip.h"
23#include "sifcmd.h"
24#include "stdio.h"
25#include "sysclib.h"
26#include "thbase.h"
27#include "thsemap.h"
28
29#endif /* IOP_IRX_IMPORTS_H */
Note: See TracBrowser for help on using the repository browser.