mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
windows!
This commit is contained in:
@ -131,13 +131,15 @@ void Channel::Reset()
|
||||
TimerReload = 0;
|
||||
LoopPos = 0;
|
||||
Length = 0;
|
||||
|
||||
Timer = 0;
|
||||
}
|
||||
|
||||
void Channel::Start()
|
||||
{
|
||||
Timer = TimerReload;
|
||||
|
||||
if (((Cnt >> 29) & 0x3) == 1)
|
||||
if (((Cnt >> 29) & 0x3) == 3)
|
||||
Pos = -1;
|
||||
else
|
||||
Pos = -3;
|
||||
@ -338,6 +340,8 @@ void CaptureUnit::Reset()
|
||||
DstAddr = 0;
|
||||
TimerReload = 0;
|
||||
Length = 0;
|
||||
|
||||
Timer = 0;
|
||||
}
|
||||
|
||||
void CaptureUnit::Run(s32 sample)
|
||||
|
Reference in New Issue
Block a user