From f3f4258bb61d0d22ebb5269d01c6764620b89701 Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Sun, 16 Apr 2023 18:53:12 +0200 Subject: [PATCH] Add `throttling_status` to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38988bb..4dc7381 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `show_fps_limit` | Display the current FPS limit | | `swap` | Displays swap space usage next to system RAM usage | | `table_columns` | Set the number of table columns for ImGui, defaults to 3 | +| `throttling_status` | Shows if GPU is throttling based on Power, current, temp or "other" (Only shows if throttling is currently happening). Currently disabled by default for Nvidia as it causes lag on 3000 series | | `time`
`time_format=%T` | Displays local time. See [std::put_time](https://en.cppreference.com/w/cpp/io/manip/put_time) for formatting help. NOTE: Sometimes apps may set `TZ` (timezone) environment variable to UTC/GMT | | `toggle_fps_limit` | Cycle between FPS limits. Defaults to `Shift_L+F1`. | | `toggle_hud=`
`toggle_logging=` | Modifiable toggle hotkeys. Default are `Shift_R+F12` and `Shift_L+F2`, respectively. |