GS: Make GSDrawingContext and GSDrawingEnvironment POD

This commit is contained in:
Stenzek 2024-01-08 22:40:49 +10:00 committed by Connor McLaughlin
parent 50d8d06a94
commit 57f2cd5f9e
3 changed files with 0 additions and 13 deletions

View File

@ -66,13 +66,6 @@ static int extend(int uv, int size)
return size;
}
GSDrawingContext::GSDrawingContext()
{
std::memset(&offset, 0, sizeof(offset));
Reset();
}
void GSDrawingContext::Reset()
{
std::memset(&XYOFFSET, 0, sizeof(XYOFFSET));

View File

@ -40,8 +40,6 @@ public:
GSPixelOffset4* fzb4;
} offset;
GSDrawingContext();
void Reset();
void UpdateScissor();

View File

@ -23,10 +23,6 @@ public:
GIFRegTRXREG TRXREG;
GSDrawingContext CTXT[2];
GSDrawingEnvironment()
{
}
void Reset()
{
memset(&PRIM, 0, sizeof(PRIM));