Skip to content
Snippets Groups Projects
Commit 1b5ad6bc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add VGA80X25 to ciolib_to_screen()

Fixes cur/bar weirdness when in VGA80X25 mode changing the current mode
parent 13fcf2f2
No related branches found
No related tags found
No related merge requests found
Pipeline #7886 passed
......@@ -2414,6 +2414,8 @@ ciolib_to_screen(int ciolib)
return SCREEN_MODE_CUSTOM;
case EGA80X25:
return SCREEN_MODE_EGA_80X25;
case VGA80X25:
return SCREEN_MODE_VGA_80X25;
case PRESTEL_40X24:
return SCREEN_MODE_PRESTEL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment