- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
Currently the default refresh rate setting is stored based on:<br /> if (sDefaultHz == hz)<br /> <br /> If you have multiple DRR settings with the same value (for example PAL, PALHD & TV all have 50Hz as value), the default value is only stored based on the Hz, so the default refresh rate name can be different when you re-open config. This doesn't affect playback (since all 3 settings use 50Hz) but it's confusing.<br /> <br /> string change:<br /> if (sDefaultHz == hz && sDefaultHzName == name)
Continue reading...
Continue reading...