tiny style fixes
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ namespace rpcs3
|
|||||||
std::string title_id;
|
std::string title_id;
|
||||||
std::string renderer;
|
std::string renderer;
|
||||||
std::string vulkan_adapter;
|
std::string vulkan_adapter;
|
||||||
double fps = .0;
|
double fps = 0.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string get_formatted_title(const title_format_data& title_data);
|
std::string get_formatted_title(const title_format_data& title_data);
|
||||||
|
|||||||
@@ -805,7 +805,7 @@ f64 gs_frame::client_display_rate()
|
|||||||
return 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;
|
static Timer fps_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user