mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00: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)
|
||||
, reported_info(ar)
|
||||
{
|
||||
reported_info = {};
|
||||
//reported_info = {};
|
||||
sys_io_serialize(ar);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue