MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setThrottle

Method setThrottle

gui/qt/emuthread.cpp:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void EmuThread::setThrottle(bool state) {
337 std::unique_lock<std::mutex> lockSpeed(m_mutexSpeed);
338 m_throttle = state;
339 if (!state) {
340 m_cvSpeed.notify_one();
341 }
342}
343
344void EmuThread::setAsicRev(int rev) {
345 m_asicRev.store(rev);

Callers 1

progressHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected