mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
* begin adding POWCNT2, only applies to wifi for now
* begin work on wifi scheduler
This commit is contained in:
@ -184,6 +184,12 @@ void DoSavestate(Savestate* file)
|
||||
}
|
||||
|
||||
|
||||
void SetPowerCnt(u32 val)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
||||
void SetInterpolation(int type)
|
||||
{
|
||||
InterpType = type;
|
||||
|
Reference in New Issue
Block a user