File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments