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

Method run

src/drivers/Qt/ConsoleWindow.cpp:4841–4854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4839#endif
4840
4841void emulatorThread_t::run(void)
4842{
4843 printf("Emulator Start\n");
4844 nes_shm->runEmulator = 1;
4845
4846 init();
4847
4848 while ( nes_shm->runEmulator )
4849 {
4850 fceuWrapperUpdate();
4851 }
4852 printf("Emulator Exit\n");
4853 emit finished();
4854}
4855
4856void emulatorThread_t::signalFrameFinished(void)
4857{

Callers

nothing calls this directly

Calls 2

fceuWrapperUpdateFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected