mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-24 23:27:21 -05:00
Get the PPC address instead in WPADGetInfoAsync logging.
This commit is contained in:
parent
8e86aac1b0
commit
9797a8ced4
|
|
@ -134,7 +134,7 @@ void padscoreExport_WPADGetInfoAsync(PPCInterpreter_t* hCPU)
|
|||
ppcDefineParamU32(channel, 0);
|
||||
ppcDefineParamStructPtr(wpadInfo, WPADInfo_t, 1);
|
||||
ppcDefineParamMPTR(callbackFunc, 2);
|
||||
cemuLog_log(LogType::InputAPI, "WPADGetInfoAsync({}, {:p}, 0x{:08x})", channel, fmt::ptr(wpadInfo), callbackFunc);
|
||||
cemuLog_log(LogType::InputAPI, "WPADGetInfoAsync({}, 0x{:08x}, 0x{:08x})", channel, memory_getVirtualOffsetFromPointer(wpadInfo), callbackFunc);
|
||||
|
||||
if (channel < InputManager::kMaxWPADControllers)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user