1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Increase max number of skylanders to 8

This commit is contained in:
RipleyTom 2022-12-04 21:59:18 +01:00 committed by Megamouse
parent 82a8d96fba
commit 14a388b3fe

View File

@ -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
{