| 604 | } |
| 605 | |
| 606 | void FCEUI_SetInput(int port, ESI type, void *ptr, int attrib) |
| 607 | { |
| 608 | joyports[port].attrib = attrib; |
| 609 | joyports[port].type = type; |
| 610 | joyports[port].ptr = ptr; |
| 611 | SetInputStuff(port); |
| 612 | } |
| 613 | |
| 614 | void FCEUI_SetInputFC(ESIFC type, void *ptr, int attrib) |
| 615 | { |
no test coverage detected