mirror of https://github.com/PCSX2/pcsx2.git
Config: Fix zoom/stretch options not updating on Apply
This commit is contained in:
parent
0a72e7474e
commit
005f8c7d1d
|
@ -361,7 +361,15 @@ struct Pcsx2Config
|
||||||
OpEqu(FrameratePAL) &&
|
OpEqu(FrameratePAL) &&
|
||||||
|
|
||||||
OpEqu(FramesToDraw) &&
|
OpEqu(FramesToDraw) &&
|
||||||
OpEqu(FramesToSkip);
|
OpEqu(FramesToSkip) &&
|
||||||
|
|
||||||
|
OpEqu(AspectRatio) &&
|
||||||
|
OpEqu(FMVAspectRatioSwitch) &&
|
||||||
|
|
||||||
|
OpEqu(Zoom) &&
|
||||||
|
OpEqu(StretchY) &&
|
||||||
|
OpEqu(OffsetX) &&
|
||||||
|
OpEqu(OffsetY);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool operator!=(const GSOptions& right) const
|
bool operator!=(const GSOptions& right) const
|
||||||
|
|
Loading…
Reference in New Issue