Remove NETWORK branch

This was part of netplay.c that do not exist anymore. Its empty and not
relevant to current codebase.
This commit is contained in:
negativeExponent
2020-10-19 09:32:37 +08:00
parent 7d232046a1
commit 8b3c191f68
2 changed files with 0 additions and 25 deletions

View File

@@ -195,9 +195,6 @@ static void FP_FASTAPASS(3) UpdateGP(int w, void *data, int arg) {
joy[1] = *(uint32*)ptr >> 8;
joy[3] = *(uint32*)ptr >> 24;
}
#ifdef NETWORK
if (FCEUnetplay) NetplayUpdate(joy);
#endif
FCEUMOV_AddJoy(joy);
}