mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-13 11:39:47 +00:00
Increase max number of skylanders to 8
This commit is contained in:
parent
82a8d96fba
commit
14a388b3fe
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
|
|
||||||
constexpr auto UI_SKY_NUM = 4;
|
constexpr auto UI_SKY_NUM = 8;
|
||||||
|
|
||||||
class skylander_creator_dialog : public QDialog
|
class skylander_creator_dialog : public QDialog
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue