Skip to content

Commit

Permalink
fix for 1K models displaying icon
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jan 3, 2025
1 parent c2b5d10 commit bec6a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/modules/xmbctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ wchar_t *scePafGetTextPatched(void *a0, char *name)
}
else if(sce_paf_private_strcmp(name, "msgtop_150_reboot") == 0)
{
sce_paf_private_sprintf(buf, "%s %s", STAR, settings[26]);
sce_paf_private_sprintf(buf, "%s %s", STAR, settings[25]);
utf8_to_unicode((wchar_t *)user_buffer, buf);
return (wchar_t *)user_buffer;
}
Expand Down

0 comments on commit bec6a53

Please sign in to comment.