From 566286773055e61724edd98861a17397fecdb97f Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Tue, 19 Jan 2021 21:07:25 +0100 Subject: [PATCH] Change the way skylander ID is generated --- rpcs3/rpcs3qt/skylander_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/skylander_dialog.cpp b/rpcs3/rpcs3qt/skylander_dialog.cpp index a6563d5d85..ffeaf4b314 100644 --- a/rpcs3/rpcs3qt/skylander_dialog.cpp +++ b/rpcs3/rpcs3qt/skylander_dialog.cpp @@ -649,7 +649,7 @@ skylander_creator_dialog::skylander_creator_dialog(QWidget* parent) reinterpret_cast&>(data[(index * 0x40) + 0x36]) = 0x69080F7F; } // Set the skylander infos - reinterpret_cast&>(data[0]) = (sky_id << 16) | sky_var; + reinterpret_cast&>(data[0]) = (sky_id | sky_var) + 1; reinterpret_cast&>(data[0x10]) = sky_id; reinterpret_cast&>(data[0x1C]) = sky_var; // Set checksum