Skip to content

Commit

Permalink
Set default console scale larger (so looks readable with CRT)
Browse files Browse the repository at this point in the history
  • Loading branch information
vs-shirokii committed Dec 23, 2023
1 parent 8280050 commit 22dc8a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/console/c_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ static GameAtExit *ExitCmdList;
static char *work = NULL;
static int worklen = 0;

#if !HAVE_RT
CUSTOM_CVAR(Int, con_scale, 0, CVAR_ARCHIVE)
#else
CUSTOM_CVAR(Int, con_scale, 3, CVAR_ARCHIVE)
#endif
{
if (self < 0) self = 0;
}
Expand Down

0 comments on commit 22dc8a1

Please sign in to comment.