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:
Filoppi
2024-03-03 15:10:23 +02:00
parent 72db62e178
commit 66592f79f2
3 changed files with 18 additions and 8 deletions

View File

@ -33,6 +33,7 @@ public:
void SaveScreenshot(std::string filename);
bool IsFrameDumping() const;
int GetRequiredResolutionLeastCommonMultiple() const;
void DoState(PointerWrap& p);