mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
make ptsize/winperc changeable
This commit is contained in:
@@ -1513,6 +1513,10 @@ void CONFIG::Run(void) {
|
||||
#if C_PRINTER
|
||||
if (TTF_using() && printfont) UpdateDefaultPrinterFont();
|
||||
#endif
|
||||
#endif
|
||||
} else if (!strcasecmp(inputline.substr(0, 7).c_str(), "ptsize=")||!strcasecmp(inputline.substr(0, 8).c_str(), "winperc=")) {
|
||||
#if defined(USE_TTF)
|
||||
ttf_reset();
|
||||
#endif
|
||||
} else if (!strcasecmp(inputline.substr(0, 5).c_str(), "lins=")||!strcasecmp(inputline.substr(0, 5).c_str(), "cols=")) {
|
||||
#if defined(USE_TTF)
|
||||
|
Reference in New Issue
Block a user