| 50 | //that called FCEUD_*Data, to prevent it from being called twice. |
| 51 | |
| 52 | static void NetError(void) |
| 53 | { |
| 54 | FCEU_DispMessage("Network error/connection lost!",0); |
| 55 | FCEUD_NetworkClose(); |
| 56 | } |
| 57 | |
| 58 | void FCEUI_NetplayStop(void) |
| 59 | { |
no test coverage detected