* begin adding POWCNT2, only applies to wifi for now

* begin work on wifi scheduler
This commit is contained in:
Arisotura
2022-09-01 22:24:20 +02:00
parent fb73b80674
commit cc68017f52
7 changed files with 340 additions and 51 deletions

View File

@ -184,6 +184,12 @@ void DoSavestate(Savestate* file)
}
void SetPowerCnt(u32 val)
{
// TODO
}
void SetInterpolation(int type)
{
InterpType = type;