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

Method quickSave

src/drivers/Qt/ConsoleWindow.cpp:2811–2816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2809}
2810
2811void consoleWin_t::quickSave(void)
2812{
2813 FCEU_WRAPPER_LOCK();
2814 FCEUI_SaveState( NULL );
2815 FCEU_WRAPPER_UNLOCK();
2816}
2817
2818void consoleWin_t::saveState(int slot)
2819{

Callers

nothing calls this directly

Calls 1

FCEUI_SaveStateFunction · 0.85

Tested by

no test coverage detected