From 14a388b3fe9555704f8984f3c71d675f4e3b62bf Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Sun, 4 Dec 2022 21:59:18 +0100 Subject: [PATCH] Increase max number of skylanders to 8 --- rpcs3/rpcs3qt/skylander_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/skylander_dialog.h b/rpcs3/rpcs3qt/skylander_dialog.h index 7733233d91..bd4224d91b 100644 --- a/rpcs3/rpcs3qt/skylander_dialog.h +++ b/rpcs3/rpcs3qt/skylander_dialog.h @@ -6,7 +6,7 @@ #include #include -constexpr auto UI_SKY_NUM = 4; +constexpr auto UI_SKY_NUM = 8; class skylander_creator_dialog : public QDialog {