HookedBehemoth / ShareNX-Overlay

GNU General Public License v2.0
37 stars 7 forks source link

add qr code for url, fix curl init error #13

Open ITotalJustice opened 1 year ago

ITotalJustice commented 1 year ago

closes #8 and likely fixes #11

(i also updated libtesla)

impeeza commented 4 months ago

Hello there guys thanks a lot for all your work.

I am trying to build the repo using latest packages and just find, since commit 1bb5a21 of Libnx on the file libnx/nx/include/switch/runtime/devices/socket.h the structure definition SocketInitConfig removed the element bsdsockets_version hence on the file MAIN.CPP of ShareNX-Overlay you must remove (or comment) the line 31 (32 after this PR):

//    .bsdsockets_version = 1,

please add this to the present PR.