From 24ce4ff924b76debd59846a68db6fd9a4d82f2a9 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 7 Dec 2019 18:08:51 -0500 Subject: [PATCH] Updated menuEntryParseNacp for latest libnx. --- common/menu-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/menu-entry.c b/common/menu-entry.c index 250c3da..3c04a33 100644 --- a/common/menu-entry.c +++ b/common/menu-entry.c @@ -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;