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

Method fdsEjectDisk

src/drivers/Qt/ConsoleWindow.cpp:3578–3584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3576}
3577
3578void consoleWin_t::fdsEjectDisk(void)
3579{
3580 FCEU_WRAPPER_LOCK();
3581 FCEU_FDSInsert();
3582 FCEU_WRAPPER_UNLOCK();
3583 return;
3584}
3585
3586void consoleWin_t::fdsLoadBiosFile(void)
3587{

Callers

nothing calls this directly

Calls 1

FCEU_FDSInsertFunction · 0.85

Tested by

no test coverage detected