mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00: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:
parent
72db62e178
commit
66592f79f2
3 changed files with 18 additions and 8 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
void SaveScreenshot(std::string filename);
|
||||
|
||||
bool IsFrameDumping() const;
|
||||
int GetRequiredResolutionLeastCommonMultiple() const;
|
||||
|
||||
void DoState(PointerWrap& p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue