Skip to content

Commit 05e161e

Browse files
author
Niko
committed
2 parents cd9d4ca + a896b1e commit 05e161e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

decompile/General/MAIN/MainFreeze_03_MenuPtrOptions.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ force_inline void IDENTIFYGAMEPADS_MainFreeze_MenuPtrOptions(struct RectMenu* me
2020
{
2121
struct ControllerPacket* ptrControllerPacket = sdata->gGamepads->gamepad[i].ptrControllerPacket;
2222

23-
// === THIS IS NOT CORRECT ===
24-
// Since discovering plugged enum, this is not right
25-
// Last checked Mar 27 2025, this is NOT on buildList,
26-
// need to double-check with ghidra, what should this do?
27-
2823
// if gamepad is not an "analog controller", as CTR uses to refer to jogcons and negcons
2924
if
3025
(
26+
// this function needs to display menu graphics for digital controllers at all times,
27+
// even if they're unplugged; this is simply an additional check for if
28+
// an "analog controller" is connected or not
3129
(
3230
(ptrControllerPacket == 0) ||
3331
(ptrControllerPacket->plugged != PLUGGED)

0 commit comments

Comments
 (0)