mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Logging improvements
This commit is contained in:
parent
ad4216a3fc
commit
6fc7fa3b13
2 changed files with 31 additions and 14 deletions
|
|
@ -1496,7 +1496,7 @@ error_code cellGemGetInertialState(u32 gem_num, u32 state_flag, u64 timestamp, v
|
|||
|
||||
error_code cellGemGetInfo(vm::ptr<CellGemInfo> info)
|
||||
{
|
||||
cellGem.warning("cellGemGetInfo(info=*0x%x)", info);
|
||||
cellGem.trace("cellGemGetInfo(info=*0x%x)", info);
|
||||
|
||||
auto& gem = g_fxo->get<gem_config>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue