Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Also append diasble-gpu-vsync along with disable-frame-rate-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaz017 committed Jan 24, 2021
1 parent 2a5f340 commit e89ab37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (!config.get('acceleratedCanvas', true)) {
}
if (config.get('disableFrameRateLimit', false)) {
app.commandLine.appendSwitch('disable-frame-rate-limit');
app.commandLine.appendSwitch('disable-gpu-vsync');
}
if (config.get('inProcessGPU', false)) {
app.commandLine.appendSwitch('in-process-gpu');
Expand Down

0 comments on commit e89ab37

Please sign in to comment.