|
Last change
on this file since 1202 was 1101, checked in by iritscen, 8 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 |
|
|---|
| 6 | cdvdman_IMPORTS_start
|
|---|
| 7 | //I_sceCdDiskReady
|
|---|
| 8 | //I_sceCdGetDiskType
|
|---|
| 9 | //I_sceCdRead
|
|---|
| 10 | I_sceCdReadDVDV
|
|---|
| 11 | //I_sceCdStatus
|
|---|
| 12 | I_sceCdSync
|
|---|
| 13 | cdvdman_IMPORTS_end
|
|---|
| 14 |
|
|---|
| 15 | intrman_IMPORTS_start
|
|---|
| 16 | I_CpuSuspendIntr
|
|---|
| 17 | I_CpuResumeIntr
|
|---|
| 18 | intrman_IMPORTS_end
|
|---|
| 19 |
|
|---|
| 20 | sifcmd_IMPORTS_start
|
|---|
| 21 | I_sceSifInitRpc
|
|---|
| 22 | I_sceSifSetRpcQueue
|
|---|
| 23 | I_sceSifRegisterRpc
|
|---|
| 24 | I_sceSifRpcLoop
|
|---|
| 25 | sifcmd_IMPORTS_end
|
|---|
| 26 |
|
|---|
| 27 | sysmem_IMPORTS_start
|
|---|
| 28 | I_AllocSysMemory
|
|---|
| 29 | I_FreeSysMemory
|
|---|
| 30 | sysmem_IMPORTS_end
|
|---|
| 31 |
|
|---|
| 32 | sysclib_IMPORTS_start
|
|---|
| 33 | I_strncmp
|
|---|
| 34 | sysclib_IMPORTS_end
|
|---|
| 35 |
|
|---|
| 36 | stdio_IMPORTS_start
|
|---|
| 37 | I_printf
|
|---|
| 38 | stdio_IMPORTS_end
|
|---|
| 39 |
|
|---|
| 40 | thbase_IMPORTS_start
|
|---|
| 41 | I_CreateThread
|
|---|
| 42 | I_GetThreadId
|
|---|
| 43 | I_StartThread
|
|---|
| 44 | thbase_IMPORTS_end
|
|---|
| 45 |
|
|---|
| 46 | //---------------------------------------------------------------------------
|
|---|
| 47 | // End of file: imports.lst
|
|---|
| 48 | //---------------------------------------------------------------------------
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.