| 108 | } |
| 109 | |
| 110 | int getInputSelection(int port, int *cur, int *usr) |
| 111 | { |
| 112 | if ((port >= 0) && (port < 3)) |
| 113 | { |
| 114 | if (cur) |
| 115 | { |
| 116 | *cur = CurInputType[port]; |
| 117 | } |
| 118 | if (usr) |
| 119 | { |
| 120 | *usr = UsrInputType[port]; |
| 121 | } |
| 122 | } |
| 123 | return 0; |
| 124 | } |
| 125 | |
| 126 | static uint8 QuizKingData = 0; |
| 127 | static uint8 HyperShotData = 0; |
no outgoing calls
no test coverage detected