Skip to content

Commit 68a728e

Browse files
fix: add NSSupportsAutomaticGraphicsSwitching to Info.plist
Addresses high CPU usage during recording (related to #586 and #1673). Without this key, macOS may default to the integrated GPU on dual-GPU MacBooks, preventing VTEncoder from engaging hardware acceleration properly. Setting to false prefers the discrete GPU for better encoding performance.
1 parent 52b0acc commit 68a728e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/desktop/src-tauri/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@
2929
<string>Cap captures your screen as part of recording your Caps</string>
3030
<key>NSCameraUseContinuityCameraDeviceType</key>
3131
<true/>
32+
<key>NSSupportsAutomaticGraphicsSwitching</key>
33+
<false/>
3234
</dict>
3335
</plist>

0 commit comments

Comments
 (0)