mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Move utiltily drawing out of RenderBase
This commit is contained in:
parent
99d3e489ea
commit
55d15bdd6e
3 changed files with 5 additions and 18 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue