Clean up conditional compilation a bit (#2943)

This commit is contained in:
Max Roncace
2025-12-11 18:34:16 -05:00
committed by GitHub
parent d9ca13c7b5
commit 4fa301a6da
32 changed files with 101 additions and 94 deletions
+2 -1
View File
@@ -164,7 +164,8 @@ dMenu_Letter_c::~dMenu_Letter_c() {
void dMenu_Letter_c::_create() {
mpDrawCursor = new dSelect_cursor_c(2, 1.0f, NULL);
JUT_ASSERT(231, mpDrawCursor != NULL);
#if VERSION == VERSION_SHIELD_DEBUG
// shield prod uses same values as GCN?
#if PLATFORM_WII || VERSION == VERSION_SHIELD_DEBUG
mpDrawCursor->setParam(1.01f, 0.85f, 0.02f, 0.5f, 0.5f);
#else
mpDrawCursor->setParam(1.06f, 0.9f, 0.02f, 0.4f, 0.4f);