mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-11 06:02:00 -05:00
Add code for feature "Disable Touch"
This commit is contained in:
parent
96879d3664
commit
4a0d42ed34
5 changed files with 22 additions and 14 deletions
|
|
@ -224,6 +224,12 @@ private:
|
|||
20,
|
||||
"Login with play dead"
|
||||
};*/
|
||||
|
||||
Checkbox checkbox_enable_touchscreen {
|
||||
{ 3 * 8, 2 * 16 },
|
||||
20,
|
||||
"Enable touchscreen"
|
||||
};
|
||||
|
||||
Checkbox checkbox_speaker {
|
||||
{ 3 * 8, 4 * 16 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue