This function is a quick hack to get the NSF player to use emulated gamepad input.
| 101 | |
| 102 | //This function is a quick hack to get the NSF player to use emulated gamepad input. |
| 103 | uint8 FCEU_GetJoyJoy(void) |
| 104 | { |
| 105 | return(joy[0]|joy[1]|joy[2]|joy[3]); |
| 106 | } |
| 107 | |
| 108 | extern uint8 coinon; |
| 109 | extern uint8 coinon2; |
no outgoing calls
no test coverage detected