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

Function FixCDis

src/drivers/win/netplay.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 FCEUI_NetplayStop();
88}
89static void FixCDis(HWND hParent, int how)
90{
91 int x;
92
93 for(x=IDC_NETMOO_HOST;x<=IDC_NETMOO_PASS;x++) // XXX iterate over all netplay settings elements
94 EnableWindow( GetDlgItem(hParent,x),how);
95}
96static void GetSettings(HWND hwndDlg)
97{
98 char buf[256];

Callers 2

FCEUD_NetworkCloseFunction · 0.85
NetConFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected