rename the class as well

this is getting emberassing
This commit is contained in:
RSDuck
2020-12-07 18:45:50 +01:00
parent 23b1a231cb
commit d2cfd71c32
3 changed files with 37 additions and 37 deletions

View File

@ -123,11 +123,11 @@ protected:
virtual void MosaicXSizeChanged() = 0;
};
class GPU2DSoft : public GPU2D
class GPU2D_Soft : public GPU2D
{
public:
GPU2DSoft(u32 num);
~GPU2DSoft() override {}
GPU2D_Soft(u32 num);
~GPU2D_Soft() override {}
void SetRenderSettings(bool accel) override;