Move utiltily drawing out of RenderBase

This commit is contained in:
Scott Mansell
2023-01-30 04:02:55 +13:00
parent 99d3e489ea
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; }