| 170 | } |
| 171 | |
| 172 | bool Tr2MainWindowState::State::RequiresDeviceReset( const State& other ) const |
| 173 | { |
| 174 | return windowMode != other.windowMode || adapter != other.adapter || width != other.width || height != other.height || presentInterval != other.presentInterval; |
| 175 | } |
| 176 | |
| 177 | ALResult Tr2MainWindowState::State::PopulatePresentParameters( Tr2PresentParametersAL& presentParams ) const |
| 178 | { |