Skip to content

Commit

Permalink
Increase max number of skylanders to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom authored and Megamouse committed Dec 6, 2022
1 parent 82a8d96 commit 14a388b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3qt/skylander_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <QDialog>
#include <QLineEdit>

constexpr auto UI_SKY_NUM = 4;
constexpr auto UI_SKY_NUM = 8;

class skylander_creator_dialog : public QDialog
{
Expand Down

0 comments on commit 14a388b

Please sign in to comment.