Releases: masagrator/Status-Monitor-Overlay
Releases · masagrator/Status-Monitor-Overlay
Status Monitor Overlay 1.1.6
- Small code refactor which resulted in slightly smaller size
- Support SaltyNX 1.0.3+ display refresh rate update logic in FPS Graph to fix issue with graph randomly not adjusting height to refresh rate (if there is older SaltyNX used, overlay will use old logic)
Status Monitor Overlay 1.1.5
- add new config key to
status-monitor
category -average_gpu_load
, by default disabled- Because GPU load by design shows only load for last 1/60s, this option allows for more accurate gpu load readings at the cost of visible slight bump in CPU Core
#3
usage
- Because GPU load by design shows only load for last 1/60s, this option allows for more accurate gpu load readings at the cost of visible slight bump in CPU Core
Status Monitor Overlay 1.1.4
- Fix issue with overlay potentially crashing system on overlay's boot related to nv services
- Fix potential issue with sleep mode at 19.0.0+ that was first discovered in sys-clk retronx-team/sys-clk#85
- For some reason using tsSessionGetTemperature is enough to crash system while is in sleep mode
- It was fixed by moving from ts service to i2c. Readings are not filtered, so reading output and behavior can be slightly different than what we were used to.
Status Monitor Overlay 1.1.3
- Switch reading fan rotation level from "fan" service to "pwm" service
- This allows avoiding potential conflict with other homebrew/sysmodules (f.e. Nx-FanControl) because only one process can have fan controller session in "fan" service.
Status Monitor Overlay 1.1.2
- Fix Resolutions sometimes going out of bounds in Full Mode
Update SaltyNX to 0.9.2+ for better compatibility with games using Id Tech engines and Creation Engine
Status Monitor Overlay 1.1.1
- Added options to show 2 the best candidates for game's internal resolution in Mini and Full modes.
- Added keys to config that can disable showing FPS and Resolutions in Full mode
- Added value
RES
toshow
key in Mini mode that shows Resolutions.
Update SaltyNX to 0.9.2+ for better compatibility with games using Id Tech engines and Creation Engine
Status Monitor Overlay 1.1.0
Added "Game Resolutions" menu to "Other" category. More HERE.
SaltyNX 0.9.0+ is required for it to work properly
Status Monitor Overlay 1.0.4
- Moved from c++20 to c++23
- With SaltyNX 0.8.0+ FPS Graph mode will adjust height according to received back display refresh rate.
Status Monitor 1.0.3a
Fix compability issues with combos from Ultrahand and Tesla configs after implementing #72
Status Monitor 1.0.3
- Improved key combo and navigation handling #72 (thanks to @IrneRacoonovich )
- Fixed an issue with battery readings not working after exiting Micro mode multiple times without rebooting Switch (this bug affected also other homebrew reading battery stats with PSM service)
- Futureproofed for sys-clk IPC updates