mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-28 22:09:10 +01:00
Add clkrstSetMinimumVoltageClockRate function
This commit is contained in:
parent
d719c3094e
commit
35e13c0156
@ -45,6 +45,10 @@ Result clkrstGetClockRate(ClkrstSession* session, u32 *out_hz) {
|
||||
return serviceDispatchOut(&session->s, 8, *out_hz);
|
||||
}
|
||||
|
||||
Result clkrstSetMinimumVoltageClockRate(ClkrstSession* session, u32 voltage) {
|
||||
return serviceDispatchIn(&session->s, 9, voltage);
|
||||
}
|
||||
|
||||
Result clkrstGetPossibleClockRates(ClkrstSession *session, u32 *rates, s32 max_count, PcvClockRatesListType *out_type, s32 *out_count) {
|
||||
struct {
|
||||
s32 type;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user