yifanlu / taiHEN

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

fix linking issue with latest vitasdk #86

Closed soarqin closed 5 years ago

soarqin commented 5 years ago

See vitasdk/vita-headers#400

CelesteBlue-dev commented 5 years ago

so the order matters ?

soarqin commented 5 years ago

yeah, confirmed. Or you can pick an old version vita-headers to resolve the problem

yifanlu commented 5 years ago

I'm against the idea of having to modify project to workaround SDK bugs introduced after the project has been stable.

CelesteBlue-dev commented 5 years ago

On this special case, the most stable is taihen and not vitasdk function names confusions. So I agree, fix the vitasdk and don't touch taihen.

soarqin commented 5 years ago

I'm against the idea of having to modify project to workaround SDK bugs introduced after the project has been stable.

Agree, this is just a temporary solution for latest vitasdk, before upstream fixes done from vitasdk maintainers. Close this, hope they'd get a new naming rule to resolve conflict asap.