mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
update copyright years
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user