GPU: Add host/hardware stats

This commit is contained in:
Stenzek
2024-01-21 19:37:29 +10:00
parent 884c851079
commit 150ab8f4af
24 changed files with 350 additions and 156 deletions

View File

@ -144,9 +144,10 @@ struct Settings
bool display_show_osd_messages = true;
bool display_show_fps = false;
bool display_show_speed = false;
bool display_show_gpu_stats = false;
bool display_show_resolution = false;
bool display_show_cpu = false;
bool display_show_gpu = false;
bool display_show_cpu_usage = false;
bool display_show_gpu_usage = false;
bool display_show_frame_times = false;
bool display_show_status_indicators = true;
bool display_show_inputs = false;