diff --git a/UnleashedRecomp/ui/button_guide.cpp b/UnleashedRecomp/ui/button_guide.cpp index 508e1f0..30f7a1d 100644 --- a/UnleashedRecomp/ui/button_guide.cpp +++ b/UnleashedRecomp/ui/button_guide.cpp @@ -68,7 +68,7 @@ std::tuple, GuestTexture*> GetButtonIcon(EButtonIcon : hid::detail::g_inputDevice == hid::detail::EInputDevice::PlayStation; auto yOffsetCmn = isPlayStation ? 42 : 0; - auto yOffsetStartBack = isPlayStation ? 47 : 0; + auto yOffsetStartBack = isPlayStation ? 46 : 0; switch (icon) { @@ -113,12 +113,12 @@ std::tuple, GuestTexture*> GetButtonIcon(EButtonIcon break; case EButtonIcon::Start: - btn = PIXELS_TO_UV_COORDS(512, 128, 455, yOffsetStartBack, 47, 47); + btn = PIXELS_TO_UV_COORDS(512, 128, 455, yOffsetStartBack, 46, 46); texture = g_upControllerIcons.get(); break; case EButtonIcon::Back: - btn = PIXELS_TO_UV_COORDS(512, 128, 407, yOffsetStartBack, 47, 47); + btn = PIXELS_TO_UV_COORDS(512, 128, 408, yOffsetStartBack, 46, 46); texture = g_upControllerIcons.get(); break; diff --git a/UnleashedRecompResources b/UnleashedRecompResources index 8db2d6a..169ceee 160000 --- a/UnleashedRecompResources +++ b/UnleashedRecompResources @@ -1 +1 @@ -Subproject commit 8db2d6aa366f6a89005a6736428b459f66bd6767 +Subproject commit 169ceeeb52353a3d1f789e9b1d3f68b047b4924a