mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Video: remove enforced resolution least common multiple of 4 when dumping screenshots and not videos (only videos encoders have this limit).
NOTE: this will likely trigger FIFOCI differences.
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
void SaveScreenshot(std::string filename);
|
||||
|
||||
bool IsFrameDumping() const;
|
||||
int GetRequiredResolutionLeastCommonMultiple() const;
|
||||
|
||||
void DoState(PointerWrap& p);
|
||||
|
||||
|
Reference in New Issue
Block a user