summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-08 08:21:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-08 08:21:38 +0300
commit8809fd2f14e8134e43c1f4249086d6f7a670a669 (patch)
tree97b9a932584e407661afa3d86135c5e459369eec /src/const
parent5d83c6b9c4fca96b6b0de312080346837b385f5f (diff)
downloadplus-8809fd2f14e8134e43c1f4249086d6f7a670a669.tar.gz
plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.tar.bz2
plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.tar.xz
plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.zip
Apply fps limiter after state logic.
Diffstat (limited to 'src/const')
-rw-r--r--src/const/utils/perfstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/const/utils/perfstat.h b/src/const/utils/perfstat.h
index 9f7430516..fac9f7382 100644
--- a/src/const/utils/perfstat.h
+++ b/src/const/utils/perfstat.h
@@ -25,5 +25,6 @@
static const int PERFSTAT_MAX = 120;
static const int PERFSTAT_LAST_STAT = 13;
+static const int PERFSTAT_FPS_STAT = 12;
#endif // CONST_UTILS_PERFSTAT_H