| 791 | } |
| 792 | |
| 793 | void GSState::UpdateSettings(const Pcsx2Config::GSOptions& old_config) |
| 794 | { |
| 795 | m_mipmap = GSConfig.Mipmap; |
| 796 | |
| 797 | if ( |
| 798 | GSConfig.AutoFlushSW != old_config.AutoFlushSW || |
| 799 | GSConfig.UserHacks_AutoFlush != old_config.UserHacks_AutoFlush || |
| 800 | GSConfig.UserHacks_ForceEvenSpritePosition != old_config.UserHacks_ForceEvenSpritePosition) |
| 801 | { |
| 802 | ResetHandlers(); |
| 803 | } |
| 804 | } |
| 805 | |
| 806 | bool GSState::isinterlaced() |
| 807 | { |