mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Renderer: Merge screenshot logic into VideoCommon.
This commit is contained in:
parent
21e42c68c4
commit
64927a2f81
13 changed files with 47 additions and 234 deletions
|
@ -40,8 +40,4 @@ public:
|
|||
u32 color, u32 z) override;
|
||||
|
||||
void ReinterpretPixelData(unsigned int convtype) override {}
|
||||
bool SaveScreenshot(const std::string& filename, const TargetRectangle& rc) override
|
||||
{
|
||||
return true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue