- Add emulator mode (GPU-only freq capping) for handheld profile

- HOS 14.0.0+ removed ts:GetTemperatureMilliC · retronx-team/sys-clk@dcd0d5d
This commit is contained in:
KazushiM
2022-03-24 10:52:14 +08:00
parent d6e2ac2527
commit 406b2df944
6 changed files with 54 additions and 19 deletions

View File

@@ -74,11 +74,11 @@ From Hekate Minerva module [sys_sdrammtc.c](https://github.com/CTCaer/hekate/blo
To protect the battery from excessive strain, clocks requested from config may be capped before applying, depending on your current profile:
| | Handheld | Charging (USB) | Charging (Official) | Docked |
|:-------:|:--------:|:--------------:|:-------------------:|:------:|
| **MEM** | - | - | - | - |
| **CPU** | 1963 | - | - | - |
| **GPU** | 921 | 1267 | - | - |
| | Handheld | Handheld (Emulator) | Charging (USB) | Charging (Official) | Docked |
|:-------:|:--------:|:-------------------:|:--------------:|:-------------------:|:------:|
| **MEM** | - | - | - | - | - |
| **CPU** | 1963 | - | - | - | - |
| **GPU** | 921 | 460 | 1267 | - | - |
## Installation