mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
cpu_thread compressed
This commit is contained in:
parent
9db7de29fb
commit
7a921cbdf9
10 changed files with 52 additions and 39 deletions
|
@ -68,9 +68,8 @@ cpu_thread::~cpu_thread()
|
|||
{
|
||||
}
|
||||
|
||||
cpu_thread::cpu_thread(cpu_type type, const std::string& name)
|
||||
cpu_thread::cpu_thread(cpu_type type)
|
||||
: type(type)
|
||||
, name(name)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue