Move utiltily drawing out of RenderBase

This commit is contained in:
Scott Mansell 2023-01-30 04:02:55 +13:00
commit 55d15bdd6e
3 changed files with 5 additions and 18 deletions

View file

@ -68,8 +68,6 @@ public:
virtual bool Initialize();
void BeginUtilityDrawing();
void EndUtilityDrawing();
// Ideal internal resolution - multiple of the native EFB resolution
int GetTargetWidth() const { return m_target_width; }
int GetTargetHeight() const { return m_target_height; }