mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Savestates: Experimental pads fix
This commit is contained in:
parent
4f06024d9f
commit
5755a94cc1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pad_info::pad_info(utils::serial& ar)
|
||||||
, port_setting(ar)
|
, port_setting(ar)
|
||||||
, reported_info(ar)
|
, reported_info(ar)
|
||||||
{
|
{
|
||||||
reported_info = {};
|
//reported_info = {};
|
||||||
sys_io_serialize(ar);
|
sys_io_serialize(ar);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue