mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-09-23 17:59:03 +00:00
Oops, disable my debug logs.
This commit is contained in:
parent
c3696f7897
commit
b2c113e5b1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
execute_main_group(&m_thr);
|
execute_main_group(&m_thr);
|
||||||
LOG_NOTICE(GENERAL, "%s, %d \n\n", m_thr.m_last_instr_name, m_thr.m_last_instr_size);
|
// LOG_NOTICE(GENERAL, "%s, %d \n\n", m_thr.m_last_instr_name, m_thr.m_last_instr_size);
|
||||||
m_thr.m_last_instr_name = "Unknown";
|
m_thr.m_last_instr_name = "Unknown";
|
||||||
return m_thr.m_last_instr_size;
|
return m_thr.m_last_instr_size;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue