diff options
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index 8b817c0621..9c031f0a71 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -19,6 +19,7 @@ #include "Profiler.h" #include "Statistics.h" +#include "Render.h" #include "VideoCommon.h" #include "PixelShaderManager.h" #include "BPFunctions.h" @@ -40,6 +41,12 @@ void BPInit() bpmem.bpMask = 0xFFFFFF; } + +void RenderToXFB(const BPCmd &bp, const EFBRectangle &rc, float yScale, float xfbLines, u32 xfbAddr, const u32 dstWidth, const u32 dstHeight) +{ + Renderer::RenderToXFB(xfbAddr, dstWidth, dstHeight, rc); +} + void BPWritten(const BPCmd& bp) { /* |
