tiny style fixes

This commit is contained in:
Megamouse
2026-02-25 09:01:08 +01:00
parent 9ede04c4b9
commit 7c8b915ba1
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace rpcs3
std::string title_id;
std::string renderer;
std::string vulkan_adapter;
double fps = .0;
double fps = 0.0;
};
std::string get_formatted_title(const title_format_data& title_data);
+1 -1
View File
@@ -805,7 +805,7 @@ f64 gs_frame::client_display_rate()
return rate;
}
void gs_frame::flip(draw_context_t, bool /*skip_frame*/)
void gs_frame::flip(draw_context_t /*context*/, bool /*skip_frame*/)
{
static Timer fps_t;