MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / UpdateSettings

Method UpdateSettings

pcsx2/GS/GSState.cpp:793–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void 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
806bool GSState::isinterlaced()
807{

Callers 1

GSUpdateConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected