mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
Decouple XFB scanout from presentation
This commit is contained in:
parent
f1e7fb505b
commit
e4b205c769
16 changed files with 319 additions and 383 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
bool IsHeadless() const;
|
||||
|
||||
// Image to show, will be swapped immediately
|
||||
void ShowImage(AbstractTexture* image, const EFBRectangle& xfb_region);
|
||||
void ShowImage(const AbstractTexture* image, const EFBRectangle& xfb_region);
|
||||
|
||||
static std::unique_ptr<SWOGLWindow> Create(const WindowSystemInfo& wsi);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue