Updated menuEntryParseNacp for latest libnx.

This commit is contained in:
yellows8 2019-12-07 18:08:51 -05:00
parent 4ecd7401b6
commit 24ce4ff924
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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;