yifanlu / taiHEN

CFW framework for PS Vita
MIT License
307 stars 46 forks source link

Increase call stack size for all hooks #26

Closed yifanlu closed 7 years ago

yifanlu commented 7 years ago

The syscall stack error for calling libsubstitute might also occur for kernel hooks if its being called from module_start (which is in the syscall context of the caller).

Therefore, all calls to libsubstitute has been moved to being called by sceKernelRunWithStack This should fix #25