update copyright years

This commit is contained in:
Arisotura
2023-11-04 00:21:46 +01:00
parent f188c2cf1a
commit ac38faef14
163 changed files with 2788 additions and 2789 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright 2016-2022 melonDS team
Copyright 2016-2023 melonDS team
This file is part of melonDS.
@ -232,7 +232,7 @@ private:
s32 SetupDummy(s32 x0)
{
dx = 0;
this->x0 = x0;
this->xmin = x0;
this->xmax = x0;
@ -343,7 +343,7 @@ private:
else if (ret > xmax) ret = xmax;
return ret;
}
template<bool swapped>
void EdgeParams_XMajor(s32* length, s32* coverage)
{
@ -401,7 +401,7 @@ private:
*coverage = cov;
}
}
template<bool swapped>
void EdgeParams(s32* length, s32* coverage)
{
@ -507,4 +507,4 @@ private:
Platform::Semaphore* Sema_RenderDone;
Platform::Semaphore* Sema_ScanlineCount;
};
}
}