mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12: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
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue