diff --git a/rpcs3/Emu/Cell/Modules/cellPad.cpp b/rpcs3/Emu/Cell/Modules/cellPad.cpp index 2cac0b8076..e81f6a95f4 100644 --- a/rpcs3/Emu/Cell/Modules/cellPad.cpp +++ b/rpcs3/Emu/Cell/Modules/cellPad.cpp @@ -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); }