mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add some syscall names that match by sha.
This commit is contained in:
parent
cdacdee030
commit
f93c92d409
4 changed files with 8 additions and 8 deletions
|
@ -135,7 +135,7 @@ const HLEFunction LoadCoreForKernel[] =
|
|||
{0xBF983EF2, 0, "sceKernelProbeExecutableObject"},
|
||||
{0x7068E6BA, 0, "sceKernelLoadExecutableObject"},
|
||||
{0xB4D6FECC, 0, "sceKernelApplyElfRelSection"},
|
||||
{0x54AB2675, 0, "LoadCoreForKernel_54AB2675"},
|
||||
{0x54AB2675, 0, "sceKernelApplyPspRelSection"},
|
||||
{0x2952F5AC, 0, "sceKernelDcacheWBinvAll"},
|
||||
{0xD8779AC6, WrapU_V<sceKernelIcacheClearAll>, "sceKernelIcacheClearAll"},
|
||||
{0x99A695F0, 0, "sceKernelRegisterLibrary"},
|
||||
|
|
|
@ -482,8 +482,8 @@ static const HLEFunction sceCtrl[] =
|
|||
{0x60B81F86, WrapV_UU<sceCtrlReadBufferNegative>, "sceCtrlReadBufferNegative"},
|
||||
{0xB1D0E5CD, WrapU_U<sceCtrlPeekLatch>, "sceCtrlPeekLatch"},
|
||||
{0x0B588501, WrapU_U<sceCtrlReadLatch>, "sceCtrlReadLatch"},
|
||||
{0x348D99D4, 0, "sceCtrl_348D99D4"},
|
||||
{0xAF5960F3, 0, "sceCtrl_AF5960F3"},
|
||||
{0x348D99D4, 0, "sceCtrlSetSuspendingExtraSamples"},
|
||||
{0xAF5960F3, 0, "sceCtrlGetSuspendingExtraSamples"},
|
||||
{0xA68FD260, 0, "sceCtrlClearRapidFire"},
|
||||
{0x6841BE1A, 0, "sceCtrlSetRapidFire"},
|
||||
{0xa7144800, WrapI_II<sceCtrlSetIdleCancelThreshold>, "sceCtrlSetIdleCancelThreshold"},
|
||||
|
|
|
@ -45,7 +45,7 @@ u32 sceHprmIsRemoteExist() {
|
|||
|
||||
const HLEFunction sceHprm[] =
|
||||
{
|
||||
{0x089fdfa4, 0, "sceHprm_0x089fdfa4"},
|
||||
{0x089fdfa4, 0, "sceHprm_089fdfa4"},
|
||||
{0x1910B327, &WrapU_U<sceHprmPeekCurrentKey>, "sceHprmPeekCurrentKey"},
|
||||
{0x208DB1BD, WrapU_V<sceHprmIsRemoteExist>, "sceHprmIsRemoteExist"},
|
||||
{0x7E69EDA4, WrapU_V<sceHprmIsHeadphoneExist>, "sceHprmIsHeadphoneExist"},
|
||||
|
|
|
@ -545,10 +545,10 @@ const HLEFunction sceUtility[] =
|
|||
{0x7853182d, 0, "sceUtilityGameSharingUpdate"},
|
||||
{0x946963f3, 0, "sceUtilityGameSharingGetStatus"},
|
||||
|
||||
{0x2995d020, 0, "sceUtility_2995d020"},
|
||||
{0xb62a4061, 0, "sceUtility_b62a4061"},
|
||||
{0xed0fad38, 0, "sceUtility_ed0fad38"},
|
||||
{0x88bc7406, 0, "sceUtility_88bc7406"},
|
||||
{0x2995d020, 0, "sceUtilitySavedataErrInitStart"},
|
||||
{0xb62a4061, 0, "sceUtilitySavedataErrShutdownStart"},
|
||||
{0xed0fad38, 0, "sceUtilitySavedataErrUpdate"},
|
||||
{0x88bc7406, 0, "sceUtilitySavedataErrGetStatus"},
|
||||
|
||||
{0xbda7d894, 0, "sceUtilityHtmlViewerGetStatus"},
|
||||
{0xcdc3aa41, 0, "sceUtilityHtmlViewerInitStart"},
|
||||
|
|
Loading…
Add table
Reference in a new issue