diff options
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r-- | src/GPU2D.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h index 04dcd10..132a1bc 100644 --- a/src/GPU2D.h +++ b/src/GPU2D.h @@ -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; |