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

Method reset

src/drivers/Qt/ConsoleViewerSDL.cpp:357–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void ConsoleViewSDL_t::reset(void)
358{
359 cleanup();
360 if ( init() == 0 )
361 {
362
363 }
364 else
365 {
366 cleanup();
367 }
368}
369
370void ConsoleViewSDL_t::setCursor(const QCursor &c)
371{

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected