mirror of
https://github.com/joel16/uofw.git
synced 2024-11-26 21:10:38 +00:00
Figured out the real name for sceChnnlsv_21BE78B4, sceSdCleanList.
This commit is contained in:
parent
d470894154
commit
68115b82ce
@ -657,8 +657,8 @@ signalsema:
|
||||
* @return SCE_CHNNLSV_ERROR_ILLEGAL_ADDR if ctx cannot be accessed from the current context.
|
||||
*
|
||||
*/
|
||||
//Subroutine sceChnnlsv_21BE78B4 - Address 0x00001380
|
||||
s32 sceChnnlsv_21BE78B4(SceSdCtx1 *ctx)
|
||||
//Subroutine sceSdCleanList - Address 0x00001380
|
||||
s32 sceSdCleanList(SceSdCtx1 *ctx)
|
||||
{
|
||||
s32 oldK1 = pspShiftK1();
|
||||
|
||||
|
@ -12,7 +12,7 @@ PSP_EXPORT_VAR_HASH(module_sdk_version)
|
||||
PSP_EXPORT_END
|
||||
|
||||
PSP_EXPORT_START(sceChnnlsv, 0x0011, 0x4001)
|
||||
PSP_EXPORT_FUNC_NID(sceChnnlsv_21BE78B4, 0x21BE78B4)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdCleanList)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdSetMember)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdCreateList)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdGetLastIndex)
|
||||
@ -21,7 +21,7 @@ PSP_EXPORT_FUNC_HASH(sceSdRemoveValue)
|
||||
PSP_EXPORT_END
|
||||
|
||||
PSP_EXPORT_START(sceChnnlsv_driver, 0x0011, 0x0001)
|
||||
PSP_EXPORT_FUNC_NID(sceChnnlsv_21BE78B4, 0x21BE78B4)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdCleanList)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdSetMember)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdCreateList)
|
||||
PSP_EXPORT_FUNC_HASH(sceSdGetLastIndex)
|
||||
|
Loading…
Reference in New Issue
Block a user