Settings: Correct a couple of default values

This commit is contained in:
Stenzek 2025-05-23 15:15:58 +10:00
parent 461c51ff6a
commit 03111befb9
No known key found for this signature in database

View File

@ -130,10 +130,10 @@ struct GPUSettings
bool display_pre_frame_sleep : 1 = false;
bool display_skip_presenting_duplicate_frames : 1 = false;
bool display_vsync : 1 = false;
bool display_disable_mailbox_presentation : 1 = true;
bool display_disable_mailbox_presentation : 1 = false;
bool display_force_4_3_for_24bit : 1 = false;
bool display_24bit_chroma_smoothing : 1 = false;
bool display_show_messages : 1 = false;
bool display_show_messages : 1 = true;
bool display_show_fps : 1 = false;
bool display_show_speed : 1 = false;
bool display_show_gpu_stats : 1 = false;