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

Load _ORIGMODE as C80

parent 270019b5
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -330,6 +330,10 @@ int load_vmode(struct video_stats *vs, int mode)
{
int i;
if(mode==64)
mode=C80X50;
if(mode==_ORIGMODE)
mode=C80;
i=find_vmode(mode);
if(i==-1)
return(-1);
......
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