RenderD7 Add SuperReselutiion

This commit is contained in:
2022-04-11 17:00:10 +02:00
parent a7accb0bf5
commit acc0bdfd87
2 changed files with 60 additions and 4 deletions

View File

@ -224,6 +224,8 @@ namespace RenderD7
bool DrawCircle(float x, float y, float radius, u32 color);
bool DrawImage(C2D_Image img, float x, float y, float scaleX = 1.0f, float scaleY = 1.0f);
void FrameEnd();
void ToggleRD7SR();
bool IsRD7SR();
class SpriteSheetAnimation : public RenderD7::Sprite
{