mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
cpu_init removed
This commit is contained in:
parent
949200cd3e
commit
5e0489dcc0
10 changed files with 34 additions and 52 deletions
|
@ -145,3 +145,8 @@ void cpu_thread::run()
|
|||
state -= cpu_flag::stop;
|
||||
lock_notify();
|
||||
}
|
||||
|
||||
std::string cpu_thread::dump() const
|
||||
{
|
||||
return fmt::format("Type: %s\n" "State: %s\n", typeid(*this).name(), state.load());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue