Added function "sys_process_is_stack"

This commit is contained in:
Survanium90 2014-12-15 19:09:27 +03:00
parent 427fd58ef2
commit eb9e6434f1
1 changed files with 1 additions and 0 deletions

View File

@ -3783,6 +3783,7 @@ std::string SysCalls::GetHLEFuncName(const u32 fid)
case 0x8bb03ab8: return "sys_game_board_storage_write";
case 0x8c2bb498: return "sys_spinlock_initialize";
case 0x96328741: return "_sys_process_at_Exitspawn";
case 0x4f7172c9: return "sys_process_is_stack";
case 0x996f7cf8: return "_sys_strncat";
case 0x99c88692: return "_sys_strcpy";
case 0x9d3c0f81: return "sys_mempool_destroy";