| 56 | } |
| 57 | |
| 58 | void FCEUI_NetplayStop(void) |
| 59 | { |
| 60 | if(FCEUnetplay) |
| 61 | { |
| 62 | FCEUnetplay = 0; |
| 63 | FCEU_FlushGameCheats(0,1); //Don't save netplay cheats. |
| 64 | FCEU_LoadGameCheats(0); //Reload our original cheats. |
| 65 | } |
| 66 | else puts("Check your code!"); |
| 67 | } |
| 68 | |
| 69 | int FCEUI_NetplayStart(int nlocal, int divisor) |
| 70 | { |
no test coverage detected