Add more game window title options

This commit is contained in:
Megamouse 2020-02-20 03:55:25 +01:00
parent dd85e733d3
commit 0dd417e5f2
7 changed files with 93 additions and 32 deletions

View file

@ -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();
}