diff --git a/front/src/index.ts b/front/src/index.ts index de6aeb1a..21b8cac6 100644 --- a/front/src/index.ts +++ b/front/src/index.ts @@ -93,6 +93,8 @@ const config: GameConfig = { debug: DEBUG_MODE, } }, + // Instruct systems with 2 GPU to choose the low power one. We don't need that extra power and we want to save battery + powerPreference: "low-power", callbacks: { postBoot: game => { // Commented out to try to fix MacOS bug