mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
cellMouse: silence some log spam
This commit is contained in:
parent
4ad4badcfe
commit
3513f6d83c
1 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ error_code cellMouseGetData(u32 port_no, vm::ptr<CellMouseData> data)
|
||||||
|
|
||||||
error_code cellMouseGetDataList(u32 port_no, vm::ptr<CellMouseDataList> data)
|
error_code cellMouseGetDataList(u32 port_no, vm::ptr<CellMouseDataList> data)
|
||||||
{
|
{
|
||||||
sys_io.notice("cellMouseGetDataList(port_no=%d, data=0x%x)", port_no, data);
|
sys_io.trace("cellMouseGetDataList(port_no=%d, data=0x%x)", port_no, data);
|
||||||
|
|
||||||
auto& handler = g_fxo->get<MouseHandlerBase>();
|
auto& handler = g_fxo->get<MouseHandlerBase>();
|
||||||
|
|
||||||
|
@ -406,7 +406,7 @@ error_code cellMouseGetTabletDataList(u32 port_no, vm::ptr<CellMouseTabletDataLi
|
||||||
|
|
||||||
error_code cellMouseGetRawData(u32 port_no, vm::ptr<CellMouseRawData> data)
|
error_code cellMouseGetRawData(u32 port_no, vm::ptr<CellMouseRawData> data)
|
||||||
{
|
{
|
||||||
sys_io.notice("cellMouseGetRawData(port_no=%d, data=*0x%x)", port_no, data);
|
sys_io.trace("cellMouseGetRawData(port_no=%d, data=*0x%x)", port_no, data);
|
||||||
|
|
||||||
auto& handler = g_fxo->get<MouseHandlerBase>();
|
auto& handler = g_fxo->get<MouseHandlerBase>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue