mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
strat: update for code changes found in boot (closes #1797)
This commit is contained in:
parent
e96972c939
commit
4db485083b
3 changed files with 20 additions and 11 deletions
|
@ -38,6 +38,7 @@ namespace ams::pwm::driver {
|
|||
virtual Result SetPeriod(IPwmDevice *device, TimeSpan period) = 0;
|
||||
virtual Result GetPeriod(TimeSpan *out, IPwmDevice *device) = 0;
|
||||
|
||||
/* TODO: Nintendo removed these in 14.0.0. Should we? */
|
||||
virtual Result SetDuty(IPwmDevice *device, int duty) = 0;
|
||||
virtual Result GetDuty(int *out, IPwmDevice *device) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue