feat: durango ui parity & setting name

This commit is contained in:
2026-08-22 18:37:33 -04:00
parent a26fa24890
commit 6878c47f24
8 changed files with 73 additions and 39 deletions
@@ -151,7 +151,7 @@ void UIComponent_PressStartToPlay::showSaveIcon(bool show)
void UIComponent_PressStartToPlay::showPlayerDisplayName(bool show)
{
#ifdef _XBOX_ONE
#if defined _XBOX_ONE || _WINDOWS64
if(show)
{
m_playerDisplayName.setLabel(ProfileManager.GetDisplayName(ProfileManager.GetPrimaryPad()));