MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUI_NetplayStop

Function FCEUI_NetplayStop

src/netplay.cpp:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void 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
69int FCEUI_NetplayStart(int nlocal, int divisor)
70{

Callers 4

FCEUD_NetworkCloseFunction · 0.85
FCEUD_NetworkCloseFunction · 0.85
FCEUD_NetworkCloseFunction · 0.85
FCEUD_NetworkCloseFunction · 0.85

Calls 2

FCEU_FlushGameCheatsFunction · 0.85
FCEU_LoadGameCheatsFunction · 0.85

Tested by

no test coverage detected