p5 (3rd button) is 1 or floating = cd32 2-button mode */
| 3829 | |
| 3830 | /* p5 (3rd button) is 1 or floating = cd32 2-button mode */ |
| 3831 | static bool cd32padmode(int joy) |
| 3832 | { |
| 3833 | return pot_cap[joy][0] <= 100; |
| 3834 | } |
| 3835 | |
| 3836 | static bool is_joystick_pullup (int joy) |
| 3837 | { |
no outgoing calls
no test coverage detected