mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
VideoCommon: Eliminate static state in Renderer
This commit is contained in:
parent
de230f3ebe
commit
277829d842
23 changed files with 99 additions and 136 deletions
|
@ -308,7 +308,7 @@ TargetRectangle Renderer::ConvertEFBRectangle(const EFBRectangle& rc)
|
|||
|
||||
// With D3D, we have to resize the backbuffer if the window changed
|
||||
// size.
|
||||
__declspec(noinline) bool Renderer::CheckForResize()
|
||||
bool Renderer::CheckForResize()
|
||||
{
|
||||
RECT rc_window;
|
||||
GetClientRect(D3D::hWnd, &rc_window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue