| 3374 | } |
| 3375 | |
| 3376 | void consoleWin_t::powerConsoleCB(void) |
| 3377 | { |
| 3378 | FCEU_WRAPPER_LOCK(); |
| 3379 | FCEUI_PowerNES(); |
| 3380 | FCEU_WRAPPER_UNLOCK(); |
| 3381 | return; |
| 3382 | } |
| 3383 | |
| 3384 | void consoleWin_t::consoleHardReset(void) |
| 3385 | { |
nothing calls this directly
no test coverage detected