mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #525] [Feature]: Warn on app/game opening if Low Power Mode is currently enabled #248
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FlyMeToTheMoonAndLetMePlayAmongTheStars on GitHub (Nov 20, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/525
Is your feature request related to a problem?
From my own experience: turning on Low Power Mode before launching the game or midway into the game causes controls (mouse panning the camera, key inputs for movement, etc.) to stutter and/or become unresponsive.
The issue is not exclusive to PlayCover, RE Village also has similar problems, something to do with GC framework and Low Power Mode not getting along. idk, I'm not an expert. Blame Apple for buggy software.
Describe the solution you'd like
Check if Low Power Mode is enabled. (this IS feasible, right?)
If enabled: A warning pop-up to let the user know that Low Power Mode will make the controls unresponsive in more demanding games, such as Genshin Impact, Honkai Impact, etc.
Allow them to choose to proceed anyway or cancel launching the game to go turn off Low Power Mode.
Maybe also add a "Don't warn again" toggle at the bottom of the popup like the one you see when uninstalling an app.
Some more lightweight games aren't affected when LPM is on, it doesn't warrant a solution where the app launch is rejected until LPM is disabled.
Anything else?
shoutout to cyno's bf and amirsaam on the PlayCover discord for their help, and everyone else who sounded like a broken record for telling people to turn off low power mode. Such a minor support issue that could have been eliminated with a simple warning pop-up
Issue Language
@FlyMeToTheMoonAndLetMePlayAmongTheStars commented on GitHub (Nov 20, 2022):
https://github.com/PlayCover/PlayCover/pull/527