diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h index 376b113f0..b52ba3655 100644 --- a/src/core/hle/service/apt/apt.h +++ b/src/core/hle/service/apt/apt.h @@ -1093,7 +1093,7 @@ private: std::shared_ptr applet_manager; - std::vector wireless_reboot_info; + static inline std::vector wireless_reboot_info; template void serialize(Archive& ar, const unsigned int);