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

Function FCEUI_FDSSelect

src/input.cpp:709–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void FCEUI_FDSSelect(void)
710{
711 if(!FCEU_IsValidUI(FCEUI_SWITCH_DISK))
712 return;
713
714 FCEU_DispMessage("Command: Switch disk side", 0);
715 FCEU_QSimpleCommand(FCEUNPCMD_FDSSELECT);
716}
717
718void FCEUI_FDSInsert(void)
719{

Callers 3

AppWndProcFunction · 0.85
KeyboardCommandsFunction · 0.85
KeyboardCommandsFunction · 0.85

Calls 3

FCEU_IsValidUIFunction · 0.85
FCEU_DispMessageFunction · 0.85
FCEU_QSimpleCommandFunction · 0.85

Tested by

no test coverage detected