mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
Loadmodule emergency fix
This commit is contained in:
parent
44d26d1789
commit
ba94ce55ef
12 changed files with 52 additions and 43 deletions
|
@ -85,7 +85,7 @@ private:
|
|||
|
||||
Checkbox checkbox_am_a {
|
||||
{ 16, 68 },
|
||||
20,
|
||||
0,
|
||||
""
|
||||
};
|
||||
Button button_setam_a {
|
||||
|
@ -94,7 +94,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_b {
|
||||
{ 16, 68+40 },
|
||||
20,
|
||||
0,
|
||||
""
|
||||
};
|
||||
Button button_setam_b {
|
||||
|
@ -103,7 +103,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_c {
|
||||
{ 16, 68+40+40 },
|
||||
20,
|
||||
0,
|
||||
" "
|
||||
};
|
||||
Button button_setam_c {
|
||||
|
@ -112,7 +112,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_d {
|
||||
{ 16, 68+40+40+40 },
|
||||
20,
|
||||
0,
|
||||
""
|
||||
};
|
||||
Button button_setam_d {
|
||||
|
@ -121,7 +121,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_e {
|
||||
{ 16, 68+40+40+40+40 },
|
||||
20,
|
||||
0,
|
||||
""
|
||||
};
|
||||
Button button_setam_e {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue