Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
357
void ConsoleViewSDL_t::reset(void)
358
{
359
cleanup();
360
if ( init() == 0 )
361
{
362
363
}
364
else
365
{
366
cleanup();
367
}
368
}
369
370
void ConsoleViewSDL_t::setCursor(const QCursor &c)
371
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected