Add a cheat code to enable freetype on Windows and macOS

This commit is contained in:
Ilya Fedin
2020-05-09 02:37:43 +04:00
committed by John Preston
parent c9553c2d4c
commit 7409d615a3
6 changed files with 69 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ DeclareSetting(bool, StartMinimized);
DeclareSetting(bool, StartInTray);
DeclareSetting(bool, SendToMenu);
DeclareSetting(bool, UseExternalVideoPlayer);
DeclareSetting(bool, UseFreeType);
enum LaunchMode {
LaunchModeNormal = 0,
LaunchModeAutoStart,