forked from cafeberry/cafeberry
fix: miles not shutting down, copying extra stuff to output folder, typo, durango output paths & stray pixel on logos
This commit is contained in:
@@ -152,11 +152,18 @@ void UIComponent_PressStartToPlay::showSaveIcon(bool show)
|
||||
void UIComponent_PressStartToPlay::showPlayerDisplayName(bool show)
|
||||
{
|
||||
#if defined _XBOX_ONE || _WINDOWS64
|
||||
if(show)
|
||||
if(RenderManager.IsHiDef())
|
||||
{
|
||||
m_playerDisplayName.setLabel(ProfileManager.GetDisplayName(ProfileManager.GetPrimaryPad()));
|
||||
if(show)
|
||||
{
|
||||
m_playerDisplayName.setLabel(ProfileManager.GetDisplayName(ProfileManager.GetPrimaryPad()));
|
||||
}
|
||||
m_playerDisplayName.setVisible(show);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_playerDisplayName.setVisible(false);
|
||||
}
|
||||
m_playerDisplayName.setVisible(show);
|
||||
#else
|
||||
m_playerDisplayName.setVisible(false);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user