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:
Nekotekina 2020-02-12 23:52:11 +03:00
parent 606693a9f7
commit 0d7aa5e310
8 changed files with 142 additions and 54 deletions

View file

@ -5,7 +5,7 @@
namespace rpcs3
{
std::string get_branch()
std::string_view get_branch()
{
return RPCS3_GIT_BRANCH;
}