Merge remote-tracking branch 'origin/main' into kb-mouse-networking-coah

i hate the government and everyone in it
This commit is contained in:
coah
2026-03-03 23:29:48 -06:00
11 changed files with 20 additions and 11 deletions

View File

@@ -1490,7 +1490,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