mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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