source: ps2launchargs/source/uLaunchELF/chkesr/imports.lst@ 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: 1.0 KB
Line 
1//---------------------------------------------------------------------------
2// File name: imports.lst
3// Description: Used to generate code for IRX function imports
4//---------------------------------------------------------------------------
5
6cdvdman_IMPORTS_start
7//I_sceCdDiskReady
8//I_sceCdGetDiskType
9//I_sceCdRead
10I_sceCdReadDVDV
11//I_sceCdStatus
12I_sceCdSync
13cdvdman_IMPORTS_end
14
15intrman_IMPORTS_start
16I_CpuSuspendIntr
17I_CpuResumeIntr
18intrman_IMPORTS_end
19
20sifcmd_IMPORTS_start
21I_sceSifInitRpc
22I_sceSifSetRpcQueue
23I_sceSifRegisterRpc
24I_sceSifRpcLoop
25sifcmd_IMPORTS_end
26
27sysmem_IMPORTS_start
28I_AllocSysMemory
29I_FreeSysMemory
30sysmem_IMPORTS_end
31
32sysclib_IMPORTS_start
33I_strncmp
34sysclib_IMPORTS_end
35
36stdio_IMPORTS_start
37I_printf
38stdio_IMPORTS_end
39
40thbase_IMPORTS_start
41I_CreateThread
42I_GetThreadId
43I_StartThread
44thbase_IMPORTS_end
45
46//---------------------------------------------------------------------------
47// End of file: imports.lst
48//---------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.