mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
SPU: Improve compilation message
This commit is contained in:
parent
d699db2d19
commit
069ca214ff
1 changed files with 2 additions and 1 deletions
|
@ -1114,6 +1114,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
const u32 start0 = _func.entry_point;
|
const u32 start0 = _func.entry_point;
|
||||||
|
const usz func_size = _func.data.size();
|
||||||
|
|
||||||
const auto add_loc = m_spurt->add_empty(std::move(_func));
|
const auto add_loc = m_spurt->add_empty(std::move(_func));
|
||||||
|
|
||||||
|
@ -2117,7 +2118,7 @@ public:
|
||||||
|
|
||||||
if (g_fxo->get<spu_cache>().operator bool())
|
if (g_fxo->get<spu_cache>().operator bool())
|
||||||
{
|
{
|
||||||
spu_log.success("New block compiled successfully");
|
spu_log.success("New SPU block compiled successfully (size=%u)", func_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
return fn;
|
return fn;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue