mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
fix some more warnings
This commit is contained in:
parent
3059570404
commit
7a02787bee
10 changed files with 38 additions and 35 deletions
|
|
@ -36,7 +36,7 @@ extern void sys_io_serialize(utils::serial& ar)
|
|||
g_fxo->get<libio_sys_config>().save_or_load(ar);
|
||||
}
|
||||
|
||||
extern void cellPad_NotifyStateChange(usz index, u32 state);
|
||||
extern void cellPad_NotifyStateChange(usz index, u64 state);
|
||||
|
||||
void config_event_entry(ppu_thread& ppu)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue