devkitPro / libctru

Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)

Home Page:https://libctru.devkitpro.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frdGetSessionHandle declared with different name in header

Slattz opened this issue · comments

frdGetSessionHandle is named frdSessionGetHandle in frd.h.
This leads to a undefined reference compilation error when using this function.

It's easily fixable by the user by manually changing it in frd.h, but I made an issue here anyways as it is something that has gone unnoticed.

commented

Feel free to fork/submit a PR to correct this.