Skip to content

Commit

Permalink
feat: Workround on Color os
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Jul 22, 2024
1 parent 99c7ea2 commit bd11d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/scheduler/looper/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl Cleaner {
"0"
);

lock_values!(self.map, ("/sys/module/migt/parameters/glk_disable"), "1");
lock_values!(self.map, ("/sys/module/migt/parameters/glk_disable", "/proc/game_opt/disable_cpufreq_limit"), "1");
}

pub fn undo_cleanup(&self) {
Expand Down

0 comments on commit bd11d19

Please sign in to comment.