Settings: Remove second source of truth for OSD notifications
And split it into warnings/messages. Warnings are always displayed regardless of the "Show OSD Messages" setting, because they're critical and users forget they disable messages.
This commit is contained in:
@ -159,7 +159,6 @@ struct Settings
|
||||
bool display_disable_mailbox_presentation : 1 = true;
|
||||
bool display_force_4_3_for_24bit : 1 = false;
|
||||
bool display_24bit_chroma_smoothing : 1 = false;
|
||||
bool display_show_osd_messages : 1 = true;
|
||||
bool display_show_fps : 1 = false;
|
||||
bool display_show_speed : 1 = false;
|
||||
bool display_show_gpu_stats : 1 = false;
|
||||
|
||||
Reference in New Issue
Block a user