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

@ -47,6 +47,8 @@ namespace utils
bool has_clwb();
std::string get_cpu_brand();
std::string get_system_info();
std::string get_firmware_version();
@ -54,4 +56,8 @@ namespace utils
std::string get_OS_version();
ullong get_tsc_freq();
u64 get_total_memory();
u32 get_thread_count();
}