BackgroundMusic/BGMApp
Kyle Neideck f24a6cb2f1
Try to avoid using the discrete GPU on multi-GPU systems to save power.
Add NSSupportsAutomaticGraphicsSwitching to BGMApp's Info.plist in the
hopes that it will use the integrated GPU when possible. BGMApp doesn't
need to use the fastest GPU, so it's better to save battery power.

Untested because I don't have the right hardware. (I actually have an
iMac with a discrete GPU, but the integrated GPU seems to be disabled.)

See #284 and
<https://developer.apple.com/library/archive/qa/qa1734/_index.html>.
2020-04-21 14:11:42 +10:00
..
BGMApp Try to avoid using the discrete GPU on multi-GPU systems to save power. 2020-04-21 14:11:42 +10:00
BGMApp.xcodeproj Hopefully fix a segfault caused by BGM_PlayThrough. 2020-04-18 22:00:49 +10:00
BGMAppTests Hopefully fix a segfault caused by BGM_PlayThrough. 2020-04-18 22:00:49 +10:00
BGMXPCHelper Add an archive option (-a) to build_and_install.sh. 2020-02-05 00:09:14 +11:00
BGMXPCHelperTests Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00
OptimizationProfiles Add the Vox music player to BGMApp. 2016-04-18 00:36:55 +10:00
PublicUtility Hopefully fix a segfault caused by BGM_PlayThrough. 2020-04-18 22:00:49 +10:00
BGMThreadSafetyAnalysis.h Hopefully fix a segfault caused by BGM_PlayThrough. 2020-04-18 22:00:49 +10:00