Skip to content

Commit

Permalink
Rename "Strong" software emulation option to "Raw"
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Jan 7, 2022
1 parent 6ea57f5 commit 127f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/gl_vidsdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ static const char *VID_Menu_GetSoftEmuDesc (void)
{
switch (softemu)
{
case SOFTEMU_BANDED: return "Strong";
case SOFTEMU_BANDED: return "Raw";
case SOFTEMU_COARSE: return "Balanced";
case SOFTEMU_FINE: return "Subtle";
case SOFTEMU_OFF: return "Off";
Expand Down

0 comments on commit 127f1b1

Please sign in to comment.