@esc0rt
@habib
I uploaded a fork of PS3HEN with some improvements (still needs test... I only tested the Mamba version)
https://github.com/aldostools/MAMBA_PRX_Loader/commit/7c83e990fe0a2185ee7c1d47af88cf23c625ddb4
The main change is that Mamba / PS3HEN now can start with a pre-defined fan speed (manual) even if a webman is not loaded.
Other changes include:
- Added support for load settings from /dev_hdd0/vm/ps3hen_cfg.bin when PS3HEN starts
- The initial fan speed is defined in that file (in the last byte). SYSCON is used the value is < 0x33 (lower than 20%)
- Advanced lv2 poke behaves like do_patch (ie. it also executes clear_icache)
- Added 2 opcodes via PS3MAPI call for set/get fan speed.
- I included the initial code for an integrated fan controller. I need to find the symbol for sm_get_temperature. The code is commented.
- set_fan_policy and get_fan_policy syscalls now also apply the additional advanced poke and restore the original value
- Used mappath.c from Mamba