mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Add more game window title options
This commit is contained in:
parent
dd85e733d3
commit
0dd417e5f2
7 changed files with 93 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
#include <Utilities/version.h>
|
||||
|
|
@ -8,4 +8,5 @@ namespace rpcs3
|
|||
std::string_view get_branch();
|
||||
std::pair<std::string, std::string> get_commit_and_hash();
|
||||
const utils::version& get_version();
|
||||
std::string get_version_and_branch();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue