mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cpu_init removed
This commit is contained in:
parent
949200cd3e
commit
5e0489dcc0
10 changed files with 34 additions and 52 deletions
|
|
@ -128,7 +128,8 @@ std::string SPUThread::get_name() const
|
|||
|
||||
std::string SPUThread::dump() const
|
||||
{
|
||||
std::string ret = "Registers:\n=========\n";
|
||||
std::string&& ret = cpu_thread::dump();
|
||||
ret += "Registers:\n=========\n";
|
||||
|
||||
for (uint i = 0; i<128; ++i) ret += fmt::format("GPR[%d] = %s\n", i, gpr[i]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue