mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
fix some more warnings
This commit is contained in:
parent
3059570404
commit
7a02787bee
10 changed files with 38 additions and 35 deletions
|
@ -73,7 +73,7 @@ void pad_info::save(utils::serial& ar)
|
|||
|
||||
extern void send_sys_io_connect_event(usz index, u32 state);
|
||||
|
||||
void cellPad_NotifyStateChange(usz index, u32 /*state*/)
|
||||
void cellPad_NotifyStateChange(usz index, u64 /*state*/)
|
||||
{
|
||||
auto info = g_fxo->try_get<pad_info>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue