Skip to content

Fixed missing break in switch VDisplay (don't get mode 1280x720)

@alanc, without break, following case will be executed, ModeIndex will be selected with 1280x768.

Merge request reports