Add "experimental" mode to local echo (always predict even when incorrect)

This commit is contained in:
Keith Winstein
2012-06-11 13:21:44 -04:00
parent 37f78d0e4c
commit 2df9e07926
4 changed files with 34 additions and 12 deletions
+2 -1
View File
@@ -231,7 +231,8 @@ namespace Overlay {
enum DisplayPreference {
Always,
Never,
Adaptive
Adaptive,
Experimental
};
private: