Add config for DPI scaling of the emulated screen

This commit is contained in:
driver1998
2020-09-02 10:56:49 +08:00
parent eca3d62be8
commit ef1b1557c9
3 changed files with 9 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ extern int window_w, window_h, /* (C) window size and */
invert_display, /* (C) invert the display */
suppress_overscan; /* (C) suppress overscans */
extern int scale; /* (C) screen scale factor */
extern int dpi_scale; /* (C) DPI scaling of the emulated screen */
extern int vid_api; /* (C) video renderer */
extern int vid_cga_contrast, /* (C) video */
video_fullscreen, /* (C) video */