mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX can switch back to the integrated GPU and save battery. Fixes #3210
This commit is contained in:
@ -293,7 +293,8 @@
|
|||||||
mainclassname="processing.app.Base"
|
mainclassname="processing.app.Base"
|
||||||
copyright="Arduino LLC"
|
copyright="Arduino LLC"
|
||||||
minimumsystemversion="10.7"
|
minimumsystemversion="10.7"
|
||||||
highresolutioncapable="true">
|
highresolutioncapable="true"
|
||||||
|
supportsautomaticgraphicsswitching="true">
|
||||||
|
|
||||||
<runtime dir="${MACOSX_BUNDLED_JVM}"/>
|
<runtime dir="${MACOSX_BUNDLED_JVM}"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user