mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 12:08:12 +00:00
SPU: Improve compilation message
This commit is contained in:
parent
d699db2d19
commit
069ca214ff
@ -1114,6 +1114,7 @@ public:
|
||||
}
|
||||
|
||||
const u32 start0 = _func.entry_point;
|
||||
const usz func_size = _func.data.size();
|
||||
|
||||
const auto add_loc = m_spurt->add_empty(std::move(_func));
|
||||
|
||||
@ -2117,7 +2118,7 @@ public:
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user