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

Method insertCoin

src/drivers/Qt/ConsoleWindow.cpp:3562–3568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3560}
3561
3562void consoleWin_t::insertCoin(void)
3563{
3564 FCEU_WRAPPER_LOCK();
3565 FCEUI_VSUniCoin();
3566 FCEU_WRAPPER_UNLOCK();
3567 return;
3568}
3569
3570void consoleWin_t::fdsSwitchDisk(void)
3571{

Callers

nothing calls this directly

Calls 1

FCEUI_VSUniCoinFunction · 0.85

Tested by

no test coverage detected