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

Method powerConsoleCB

src/drivers/Qt/ConsoleWindow.cpp:3376–3382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3374}
3375
3376void consoleWin_t::powerConsoleCB(void)
3377{
3378 FCEU_WRAPPER_LOCK();
3379 FCEUI_PowerNES();
3380 FCEU_WRAPPER_UNLOCK();
3381 return;
3382}
3383
3384void consoleWin_t::consoleHardReset(void)
3385{

Callers

nothing calls this directly

Calls 1

FCEUI_PowerNESFunction · 0.85

Tested by

no test coverage detected