Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 62 additions & 40 deletions Apps/SystemTools/GoTo_SystemTools_List.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,63 @@
{
"list": [{
"title": 198,
"type": 0,
"tabidx": 4,
"tabstartidx": 2,
"tabstate": [{
}, {
"currpos": 0,
"pagestart": 0,
"pageend": 7
}, {
"currpos": 0,
"pagestart": 0,
"pageend": 7
}, {
"currpos": 0,
"pagestart": 0,
"pageend": 7
}, {
"currpos": 0,
"pagestart": 0,
"pageend": 7
}, {
"currpos": 0,
"pagestart": 0,
"pageend": 7
}, {
"currpos": 7,
"pagestart": 0,
"pageend": 7
}]
}, {
"title": -1,
"type": 23,
"currpos": 0,
"pagestart": 0,
"pageend": 7,
"emulaunch": "/mnt/SDCARD/Emus/_SystemTools/launch.sh"
}]
}
"list": [
{
"title": 206,
"type": 48,
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"title": 206,
"type": 0,
"tabidx": 4,
"tabstartidx": 3,
"tabstate": [
{},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
},
{
"currpos": 0,
"pagestart": 0,
"pageend": 0
}
]
},
{
"title": -1,
"type": 23,
"currpos": 7,
"pagestart": 0,
"pageend": 7,
"emulaunch": "/mnt/SDCARD/Emus/_SystemTools/launch.sh"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh Apps &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" Apps
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh Bests &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" Bests
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh Favorite &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" Favorite
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh Netplay &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" Netplay
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh Ports &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" Ports
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh


/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh RecentPlayed &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" RecentPlayed
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

/mnt/SDCARD/System/usr/trimui/scripts/starttab_switcher.sh RetroGame &&
/mnt/SDCARD/System/usr/trimui/scripts/mainui_state_update.sh "START TAB" RetroGame
43 changes: 0 additions & 43 deletions Apps/SystemTools/Menu/USER INTERFACE##START TAB (value)/Tab 1.sh

This file was deleted.

43 changes: 0 additions & 43 deletions Apps/SystemTools/Menu/USER INTERFACE##START TAB (value)/Tab 2.sh

This file was deleted.

20 changes: 0 additions & 20 deletions Apps/SystemTools/Menu/USER INTERFACE##START TAB (value)/Tab 3.sh

This file was deleted.

43 changes: 0 additions & 43 deletions Apps/SystemTools/Menu/USER INTERFACE##START TAB (value)/Tab 4.sh

This file was deleted.

43 changes: 0 additions & 43 deletions Apps/SystemTools/Menu/USER INTERFACE##START TAB (value)/Tab 5.sh

This file was deleted.

43 changes: 0 additions & 43 deletions Apps/SystemTools/Menu/USER INTERFACE##START TAB (value)/Tab 6.sh

This file was deleted.

Loading