yifanlu / taiHEN

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

Modules with sceAppUtil or sceAppMgr imports does not work #67

Closed hyln9 closed 7 years ago

hyln9 commented 7 years ago

Loading a suprx which imports sceAppUtil or sceAppMgr functions will cause black screen. Tried to link with weak stubs but it didn't help.

CelesteBlue-dev commented 7 years ago

how did you fix it ?

hyln9 commented 7 years ago

@CelesteBlue-dev on the one hand, i believe it's not a problem of taihen; on the other hand, although i don't have time to figure it out now, suprx of adrenaline uses them without any problem: https://github.com/TheOfficialFloW/Adrenaline/blob/ae51147a40bf020d8197d349f28406fa6ffc1db9/user/main.c#L821