SDL: Update include/SDL3/SDL_power.h

From 088ad66f7014914fe18d44741b7fe79b9decb93e Mon Sep 17 00:00:00 2001
From: Vittorio Romeo <[EMAIL REDACTED]>
Date: Mon, 31 Mar 2025 17:47:10 +0200
Subject: [PATCH] Update include/SDL3/SDL_power.h

Co-authored-by: Sam Lantinga <slouken@libsdl.org>
---
 include/SDL3/SDL_power.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_power.h b/include/SDL3/SDL_power.h
index 19180461e939c..da64f810997ce 100644
--- a/include/SDL3/SDL_power.h
+++ b/include/SDL3/SDL_power.h
@@ -79,8 +79,7 @@ typedef enum SDL_PowerState
  * It's possible a platform can only report battery percentage or time left
  * but not both.
  *
- * On some platforms, retrieving power supply details might be expensive. It
- * is not recommended to invoke this function every frame.
+ * On some platforms, retrieving power supply details might be expensive. If you want to display continuous status you could call this function every minute or so.
  *
  * \param seconds a pointer filled in with the seconds of battery life left,
  *                or NULL to ignore. This will be filled in with -1 if we