Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setFixedFPS
Method
setFixedFPS
Source/Basic/Scheduler.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void Scheduler::setFixedFPS(int var) {
74
_fixedFPS = var;
75
}
76
77
int Scheduler::getFixedFPS() const noexcept {
78
return _fixedFPS;
Callers
3
init
Method · 0.80
scheduler_set_fixed_fps
Function · 0.80
showStats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected