mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
GPU: Add force true color setting
This commit is contained in:
@ -17,6 +17,7 @@ struct Settings
|
||||
u32 gpu_resolution_scale = 1;
|
||||
u32 max_gpu_resolution_scale = 1;
|
||||
bool gpu_vsync = true;
|
||||
bool gpu_true_color = false;
|
||||
bool display_linear_filtering = true;
|
||||
|
||||
struct DebugSettings
|
||||
|
Reference in New Issue
Block a user