mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
rename the class as well
this is getting emberassing
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user