fix: save space indicator & windows64 image scaling

This commit is contained in:
2026-08-11 15:29:53 -04:00
parent b737c3eccb
commit df2a4d85ef
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1399,7 +1399,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