mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 12:42:41 +01:00
Fix missing GPU in game window title
This commit is contained in:
parent
e11734f971
commit
107129f95a
@ -1815,6 +1815,7 @@ std::string Emulator::GetFormattedTitle(double fps) const
|
|||||||
title_data.title = GetTitle();
|
title_data.title = GetTitle();
|
||||||
title_data.title_id = GetTitleID();
|
title_data.title_id = GetTitleID();
|
||||||
title_data.renderer = g_cfg.video.renderer.to_string();
|
title_data.renderer = g_cfg.video.renderer.to_string();
|
||||||
|
title_data.vulkan_adapter = g_cfg.video.vk.adapter.to_string();
|
||||||
title_data.fps = fps;
|
title_data.fps = fps;
|
||||||
|
|
||||||
return rpcs3::get_formatted_title(title_data);
|
return rpcs3::get_formatted_title(title_data);
|
||||||
|
Loading…
Reference in New Issue
Block a user