Updated menuEntryParseNacp for latest libnx.
This commit is contained in:
parent
4ecd7401b6
commit
24ce4ff924
@ -826,7 +826,7 @@ void menuEntryParseNacp(menuEntry_s* me) {
|
||||
|
||||
if (me->nacp==NULL) return;
|
||||
|
||||
strncpy(me->version, me->nacp->version, sizeof(me->version)-1);
|
||||
strncpy(me->version, me->nacp->display_version, sizeof(me->version)-1);
|
||||
|
||||
#ifdef __SWITCH__
|
||||
Result rc=0;
|
||||
|
Loading…
Reference in New Issue
Block a user