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

Function ToggleVSSystemGroup

src/drivers/win/header_editor.cpp:453–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void ToggleVSSystemGroup(HWND hwnd, bool enable)
454{
455 // VS System Groupbox only enabled when in iNES 2.0 and VS System in System groupbox is chosen
456 // VS System Groupbox
457 EnableWindow(GetDlgItem(hwnd, IDC_VS_SYSTEM_GROUP), enable);
458 // System
459 EnableWindow(GetDlgItem(hwnd, IDC_VS_SYSTEM_COMBO), enable);
460 EnableWindow(GetDlgItem(hwnd, IDC_VS_SYSTEM_TEXT), enable);
461 // PPU
462 EnableWindow(GetDlgItem(hwnd, IDC_VS_PPU_COMBO), enable);
463 EnableWindow(GetDlgItem(hwnd, IDC_VS_PPU_TEXT), enable);
464}
465
466void ToggleUnofficialPropertiesEnabled(HWND hwnd, bool ines20, bool check)
467{

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