You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently skyline reexports all functions from nnsdk::nn as skyline::nn. This is convenient because there's not need to add a direct dependency on nnsdk in this case.
However, some functions nnsdk provides bindings to do not live in skyline::nn (I am personally interested in cxa_demangle, but there are others). A bunch of other potentially interesting functions defined in nnsdk::root too.
It would be nice to have the re-exported too somehow
The text was updated successfully, but these errors were encountered:
Currently
skyline
reexports all functions fromnnsdk::nn
asskyline::nn
. This is convenient because there's not need to add a direct dependency onnnsdk
in this case.However, some functions
nnsdk
provides bindings to do not live inskyline::nn
(I am personally interested incxa_demangle
, but there are others). A bunch of other potentially interesting functions defined innnsdk::root
too.It would be nice to have the re-exported too somehow
The text was updated successfully, but these errors were encountered: