mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
GUI: implement custom title format
New option "Window Title Format" in Misc. Backward compatible with FPS disabler. Make rpcs3:::get_branch() return string_view.
This commit is contained in:
parent
606693a9f7
commit
0d7aa5e310
8 changed files with 142 additions and 54 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace rpcs3
|
||||
{
|
||||
std::string get_branch()
|
||||
std::string_view get_branch()
|
||||
{
|
||||
return RPCS3_GIT_BRANCH;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue