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

Function ToggleExtendSystemList

src/drivers/win/header_editor.cpp:444–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void ToggleExtendSystemList(HWND hwnd, bool enable)
445{
446 // Extend combo box only enabled when in iNES 2.0 and Extend System was chosen
447 // Extend combo box
448 EnableWindow(GetDlgItem(hwnd, IDC_EXTEND_SYSTEM_GROUP), enable);
449 EnableWindow(GetDlgItem(hwnd, IDC_SYSTEM_EXTEND_COMBO), enable);
450 EnableWindow(GetDlgItem(hwnd, IDC_EXTEND_SYSTEM_TEXT), enable);
451}
452
453void ToggleVSSystemGroup(HWND hwnd, bool enable)
454{

Callers 7

ToggleINES20Function · 0.85
HeaderEditorProcFunction · 0.85
normSysClickedMethod · 0.85
vsSysClickedMethod · 0.85
plySysClickedMethod · 0.85
extSysClickedMethod · 0.85
ToggleINES20Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected