Skip to content

Commit

Permalink
Enable SMT before suspend on any device to correct wake issues on Aya…
Browse files Browse the repository at this point in the history
…neo devices and probably others as well when SMT is disabled. (#48)
  • Loading branch information
fewtarius authored Nov 21, 2024
1 parent b39d166 commit 1a2f093
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ async def persist_smt(self, smt, gameId):
plugin_utils.set_power_governor_for_tdp_profile(tdp_profile)

async def on_suspend(self):
if device_utils.is_rog_ally():
# suspend bug for ROG Ally, force enable smt on_suspend
cpu_utils.set_smt(True)
cpu_utils.set_smt(True)

async def persist_cpu_boost(self, cpuBoost, gameId):
tdp_profiles = {
Expand Down

0 comments on commit 1a2f093

Please sign in to comment.