Last change
on this file since 1194 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:
517 bytes
|
Rev | Line | |
---|
[1101] | 1 | /*
|
---|
| 2 | * irx_imports.h - Defines all IRX imports.
|
---|
| 3 | *
|
---|
| 4 | * NB: inapplicable old copyright claim to this material removed, as that
|
---|
| 5 | * NB: claim would only relate to the old material created by that author
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | #ifndef IOP_IRX_IMPORTS_H
|
---|
| 9 | #define IOP_IRX_IMPORTS_H
|
---|
| 10 |
|
---|
| 11 | #include <irx.h>
|
---|
| 12 |
|
---|
| 13 | /* Please keep these in alphabetical order! */
|
---|
| 14 | #include <cdvdman.h>
|
---|
| 15 | #include <intrman.h>
|
---|
| 16 | #include <sifcmd.h>
|
---|
| 17 | #include <stdio.h>
|
---|
| 18 | #include <sysclib.h>
|
---|
| 19 | #include <sysmem.h>
|
---|
| 20 | #include <thbase.h>
|
---|
| 21 |
|
---|
| 22 | #endif /* IOP_IRX_IMPORTS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.