mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Merge pull request #4326 from degasus/framedump
Framedump: Merge screenshot code with framedumping.
This commit is contained in:
commit
a583d36c7f
15 changed files with 57 additions and 274 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