vitasdk / vita-toolchain

MIT License
268 stars 81 forks source link

Skip library NID matching in vita-elf-create #67

Closed yifanlu closed 7 years ago

yifanlu commented 7 years ago

Right now, if the library NID mismatches, you get

vita-elf-create: Unable to find library with NID 910080232 for function symbol taiHookFunctionExportForKernel

But the kernel doesn't care about library NIDs, so we should ignore it too.

frangarcj commented 7 years ago

Fixed with #70