mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Video Backends: Remove the right of the xfb region for games where the
VI stride does not match the VI width
This commit is contained in:
parent
a129a53e56
commit
4964fc87ae
10 changed files with 31 additions and 27 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
||||
class AbstractTexture;
|
||||
|
||||
|
@ -23,7 +24,7 @@ public:
|
|||
void PrintText(const std::string& text, int x, int y, u32 color);
|
||||
|
||||
// Image to show, will be swapped immediately
|
||||
void ShowImage(AbstractTexture* image, float aspect);
|
||||
void ShowImage(AbstractTexture* image, const EFBRectangle& xfb_region);
|
||||
|
||||
int PeekMessages();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue