Counters: fix typo

recieve -> receive
This commit is contained in:
Ikko Eltociear Ashimine 2023-03-21 00:35:21 +09:00 committed by refractionpcsx2
parent 1499994143
commit 134937082d
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ static __fi void rcntStartGate(bool isVblank, u32 sCycle)
{
// Update counters using the hblank as the clock. This keeps the hblank source
// nicely in sync with the counters and serves as an optimization also, since these
// counter won't recieve special rcntUpdate scheduling.
// counter won't receive special rcntUpdate scheduling.
// Note: Target and overflow tests must be done here since they won't be done
// currectly by rcntUpdate (since it's not being scheduled for these counters)