mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle().
This commit is contained in:
parent
035840e7b5
commit
78031c2d54
7 changed files with 180 additions and 180 deletions
|
@ -176,6 +176,4 @@ extern VideoConfig g_ActiveConfig;
|
|||
// Called every frame.
|
||||
void UpdateActiveConfig();
|
||||
|
||||
void ComputeDrawRectangle(int backbuffer_width, int backbuffer_height, bool flip, TargetRectangle *rc);
|
||||
|
||||
#endif // _VIDEO_CONFIG_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue