You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`key_combo`| Buttons combination that allows exiting Full, Mini and Micro modes; max 4 buttons, otherwise next buttons will be ignored. Combine different buttons with `+`|`A`, `B`, `X`, `Y`, `L`, `R`, `ZL`, `ZR`, `PLUS`, `MINUS`, `DUP`, `DDOWN`, `DLEFT`, `DRIGHT`, `SL`, `SR`, `LSTICK`, `RSTICK`, `UP`, `DOWN`, `LEFT`, `RIGHT`|`L+DDOWN+RSTICK`|
15
+
|`battery_avg_iir_filter`| Read voltage + current averages directly from fuel gauge, that uses infinite impulse response filter |`true`, `false`|`false`|
16
+
|`battery_time_left_refreshrate`| How many seconds must pass to refresh Battery Remaining Time | from `1` to `60`|`60`|
| CPU Usage | Frequency: %.1f (Δ%+.1f)<br>Core #0: %.2f<br>Core #1: %.2f<br>Core #2: %.2f<br>Core #3: %.2f | Targete clockrate of all CPU cores in MHz (^1)<br>Load of CPU Core #0 calculated from IdleTickCount to percent value<br>Load of CPU Core #1 calculated from IdleTickCount to percent value<br>Load of CPU Core #2 calculated from IdleTickCount to percent value<br>Load of CPU Core #3 calculated from IdleTickCount to percent value |
15
-
| GPU Usage | Frequency: %.1f (Δ%+.1f)<br>Load: %.1f | Target clockrate of GPU in MHz (^1)<br>GPU Load provided by PMU in percent |
16
-
| RAM Usage | - Real Frequency: %.1f (Δ%+.1f)<br>- Target Frequency: %.1f<br>- Load: %.1f (CPU %.1f \| GPU %.1f)`^1`<br>- %s: %.2f/%.2f | - Real clockrate of EMC in MHz `(^1)`<br>- Target clockrate of EMC in MHz<br>- RAM Load in % (Which part of that are CPU and GPU (with other hardware, but their impact on GPU readings is negligible) `(^1)`<br>- %s memory used/%s memory available in MB (not working with FW <5.0.0) |
17
-
| Board | Battery Power Flow: %+.2f[h:mm]<br>Temperatures:<br>- SoC: %.1f <br>- PCB: %.1f <br>- Skin: %.1f<br>Fan Rotation Level: %.1f | How much power in watts is discharged from or charged to the battery [time left before shutdown]<br>SoC temperature in Celsius degrees<br>PCB temperature in Celsius degrees<br>Skin temperature in Celsius degrees (^2)<br>Fan rotation level in percent |
18
-
19
-
- ^1 - This shows only when sys-clk 2.0.0_rc4+ is installed.
20
-
- ^2 - Explanation provided at the end of file
12
+
- CPU Usage
13
+
- Real Frequency: `%.1f` = Real clockrate of all CPU cores in MHz (This shows only when sys-clk 2.0.0_4c+ is installed)
14
+
- Target Frequency: `%.1f` = Target clockrate of all CPU cores in MHz
15
+
- Core #0-#3: `%.2f` = Load of CPU Cores calculated from IdleTickCount to percent value
16
+
17
+
- GPU Usage
18
+
- Real Frequency: `%.1f` = Real clockrate of GPU in MHz (This shows only when sys-clk 2.0.0_rc4+ is installed)
19
+
- Target Frequency: `%.1f` = Target clockrate of GPU in MHz
20
+
- Load: `%.1f` = GPU Load provided by PMU in percent
21
+
22
+
- RAM Usage
23
+
- Real Frequency: `%.1f` = Real clockrate of EMC in MHz (This shows only when sys-clk 2.0.0_rc4+ is installed)
24
+
- Target Frequency: `%.1f` = Target clockrate of EMC in MHz
25
+
- Load: `%.1f` (CPU `%.1f` | GPU `%.1f`) = RAM Load in % (Which part of that are CPU and GPU (with other hardware, but their impact on GPU readings is negligible))
26
+
-`%s`: `%.2f`/`%.2f` = %s memory used/%s memory available in MB (not working with FW <5.0.0)
27
+
28
+
- Board
29
+
- Battery Power Flow: `%+.2f`[h:mm] = How much power in watts is discharged from or charged to the battery [time left before shutdown]
30
+
- Temperatures: SoC: `%.1f` / PCB: `%.1f` / Skin: `%.1f` = SoC / PCB / Skin temperature in Celsius degrees (Explanation provided at the end of file)
31
+
- Fan Rotation Level: `%.1f` = Fan rotation level in percent
32
+
21
33
22
34
```Optional (shows only when SaltyNX is installed and game is running)```
23
35
@@ -102,14 +114,15 @@ Mode available only with SaltyNX installed.
0 commit comments