Add ability to switch color scheme from system default on Windows

This commit is contained in:
Cacodemon345
2025-08-28 14:34:39 +06:00
parent b582e65a99
commit 4f81c12b81
34 changed files with 410 additions and 64 deletions

View File

@@ -206,6 +206,8 @@ extern int portable_mode; /* we are running in portable mode
extern int monitor_edid; /* (C) Which EDID to use. 0=default, 1=custom. */
extern char monitor_edid_path[1024]; /* (C) Path to custom EDID */
extern int color_scheme; /* (C) Color scheme of UI (Windows-only) */
#ifndef USE_NEW_DYNAREC
extern FILE *stdlog; /* file to log output to */
#endif