mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Renderer: Merge screenshot logic into VideoCommon.
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user