forked from Green-Sky/tomato
default to normal fps mode again
This commit is contained in:
parent
cc3f430bab
commit
aa661aaaa7
@ -94,7 +94,7 @@ struct MainScreen final : public Screen {
|
|||||||
// 0 - normal
|
// 0 - normal
|
||||||
// 1 - reduced
|
// 1 - reduced
|
||||||
// 2 - power save
|
// 2 - power save
|
||||||
int _fps_perf_mode {1};
|
int _fps_perf_mode {0};
|
||||||
// 0 - normal
|
// 0 - normal
|
||||||
// 1 - power save
|
// 1 - power save
|
||||||
int _compute_perf_mode {0};
|
int _compute_perf_mode {0};
|
||||||
|
Loading…
Reference in New Issue
Block a user