mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
implement get_firmware_version
add firmware version to the first line in the log
This commit is contained in:
parent
092cfef060
commit
b929c13c45
4 changed files with 34 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
#include <string>
|
||||
|
@ -44,4 +44,6 @@ namespace utils
|
|||
bool has_xop();
|
||||
|
||||
std::string get_system_info();
|
||||
|
||||
std::string get_firmware_version();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue