Skip to content

Commit

Permalink
MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX …
Browse files Browse the repository at this point in the history
…can switch back to the integrated GPU and save battery. Fixes esp8266#3210
  • Loading branch information
Federico Fissore committed May 22, 2015
1 parent cc4af81 commit 45b61ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@
mainclassname="processing.app.Base"
copyright="Arduino LLC"
minimumsystemversion="10.7"
highresolutioncapable="true">
highresolutioncapable="true"
supportsautomaticgraphicsswitching="true">

<runtime dir="${MACOSX_BUNDLED_JVM}"/>

Expand Down

0 comments on commit 45b61ef

Please sign in to comment.