mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-07 01:56:23 +00:00
Hybrid XFB: Fix lint errors
This commit is contained in:
parent
f8c2806830
commit
7248dd47d5
8 changed files with 69 additions and 47 deletions
|
@ -1325,7 +1325,8 @@ void Renderer::SetBlendingState(const BlendingState& state)
|
|||
}
|
||||
|
||||
// This function has the final picture. We adjust the aspect ratio here.
|
||||
void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& xfb_region, u64 ticks, float Gamma)
|
||||
void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& xfb_region, u64 ticks,
|
||||
float Gamma)
|
||||
{
|
||||
if (g_ogl_config.bSupportsDebug)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue