From 3b48043e59ab01cf2d4e9e41930497a8c00a93ba Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:06:07 +0000 Subject: [PATCH] Update embedded resources --- UnleashedRecomp/ui/button_guide.cpp | 6 +++--- UnleashedRecompResources | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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