Config: Fix zoom/stretch options not updating on Apply

This commit is contained in:
Connor McLaughlin 2021-10-19 12:00:02 +10:00 committed by lightningterror
parent 0a72e7474e
commit 005f8c7d1d
1 changed files with 9 additions and 1 deletions

View File

@ -361,7 +361,15 @@ struct Pcsx2Config
OpEqu(FrameratePAL) &&
OpEqu(FramesToDraw) &&
OpEqu(FramesToSkip);
OpEqu(FramesToSkip) &&
OpEqu(AspectRatio) &&
OpEqu(FMVAspectRatioSwitch) &&
OpEqu(Zoom) &&
OpEqu(StretchY) &&
OpEqu(OffsetX) &&
OpEqu(OffsetY);
}
bool operator!=(const GSOptions& right) const