Add "experimental" mode to local echo (always predict even when incorrect)
This commit is contained in:
@@ -231,7 +231,8 @@ namespace Overlay {
|
||||
enum DisplayPreference {
|
||||
Always,
|
||||
Never,
|
||||
Adaptive
|
||||
Adaptive,
|
||||
Experimental
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user