| 612 | } |
| 613 | |
| 614 | void FCEUI_SetInputFC(ESIFC type, void *ptr, int attrib) |
| 615 | { |
| 616 | portFC.attrib = attrib; |
| 617 | portFC.type = type; |
| 618 | portFC.ptr = ptr; |
| 619 | SetInputStuffFC(); |
| 620 | } |
| 621 | |
| 622 | |
| 623 | //initializes the input system to power-on state |
no test coverage detected