Fix Texture Pack images in menu (#335)

This commit is contained in:
Zekken
2026-03-03 18:56:16 -05:00
committed by GitHub
parent ac30f09085
commit f870ef2a10

View File

@@ -1445,7 +1445,7 @@ GDrawTexture * RADLINK UIController::TextureSubstitutionCreateCallback ( void *
// 4J Stu - All our flash controls that allow replacing textures use a special 64x64 symbol
// Force this size here so that our images don't get scaled wildly
#if (defined __ORBIS__ || defined _DURANGO )
#if (defined __ORBIS__ || defined _DURANGO || defined _WINDOWS64 )
*width = 96;
*height = 96;
#else