diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-01-31 17:29:16 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2023-02-09 18:36:20 +1300 |
| commit | 31cfe8250d5a27bd586136d0b71b09736861ad7d (patch) | |
| tree | 170644a7c52c618e488e2226768d23eb0e52482e /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | 11de923dcb7e6a7e1b29e5b15cb2bf71ede22b97 (diff) | |
Lint fixes
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPStructs.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 6d50377950..f5383042a0 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -31,9 +31,9 @@ #include "VideoCommon/GeometryShaderManager.h" #include "VideoCommon/OpcodeDecoding.h" #include "VideoCommon/PerfQueryBase.h" -#include "VideoCommon/Present.h" #include "VideoCommon/PixelEngine.h" #include "VideoCommon/PixelShaderManager.h" +#include "VideoCommon/Present.h" #include "VideoCommon/RenderBase.h" #include "VideoCommon/Statistics.h" #include "VideoCommon/TMEM.h" @@ -346,7 +346,6 @@ static void BPWritten(PixelShaderManager& pixel_shader_manager, // It works 99% of the time. AfterFrameEvent::Trigger(); - if (g_ActiveConfig.bImmediateXFB) { // below div two to convert from bytes to pixels - it expects width, not stride |
