| 87 | FCEUI_NetplayStop(); |
| 88 | } |
| 89 | static 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 | } |
| 96 | static void GetSettings(HWND hwndDlg) |
| 97 | { |
| 98 | char buf[256]; |
no outgoing calls
no test coverage detected