MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / startBackgroundControllerPollTimer

Method startBackgroundControllerPollTimer

pcsx2-qt/QtHost.cpp:466–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void EmuThread::startBackgroundControllerPollTimer()
467{
468 if (m_background_controller_polling_timer->isActive())
469 return;
470
471 m_background_controller_polling_timer->start(
472 FullscreenUI::IsInitialized() ? FULLSCREEN_UI_CONTROLLER_POLLING_INTERVAL : BACKGROUND_CONTROLLER_POLLING_INTERVAL);
473}
474
475void EmuThread::stopBackgroundControllerPollTimer()
476{

Callers 2

OnVMDestroyedMethod · 0.80
OnVMPausedMethod · 0.80

Calls 2

isActiveMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected