aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-07-01 19:47:15 -0500
committerColin Snover2016-07-02 22:28:47 -0500
commita4c059b8641e8fe170ac1f829e56a4d0e98fa455 (patch)
treeaea95bdd0a0e5c4d78bf753e6aee6fd66c5557e5 /engines/sci/graphics/frameout.h
parent77991b7eac85051978bf1c09dd4d0710ac3929ef (diff)
downloadscummvm-rg350-a4c059b8641e8fe170ac1f829e56a4d0e98fa455.tar.gz
scummvm-rg350-a4c059b8641e8fe170ac1f829e56a4d0e98fa455.tar.bz2
scummvm-rg350-a4c059b8641e8fe170ac1f829e56a4d0e98fa455.zip
SCI32: Improve accuracy of frameout throttler
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index 4a44410334..d349bbe66f 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -304,6 +304,12 @@ public:
#pragma mark Rendering
private:
/**
+ * State tracker to provide more accurate 60fps
+ * video throttling.
+ */
+ uint8 _throttleState;
+
+ /**
* TODO: Documentation
*/
int8 _styleRanges[256];