Change Next/Prev OptionsList to CodeDetector

This commit is contained in:
RhythmLunatic
2019-03-28 16:11:36 -05:00
parent 4eecbcf933
commit 2648c65c22
6 changed files with 28 additions and 14 deletions
+7 -8
View File
@@ -331,6 +331,13 @@ local CodeDetectorCodes = {
CloseCurrentFolder = {
default = "MenuUp-MenuDown",
},
-- OptionsList
PrevOptionsList = {
default = "@MenuUp-MenuDown",
},
NextOptionsList = {
default = "@MenuDown-MenuUp",
},
-- sorts
NextSort1 = {
default = "@MenuLeft-@MenuRight-Start",
@@ -462,14 +469,6 @@ function GetCodeForGame(codeName)
end
local OptionsListKeys = {
PrevMenu = {
pump="MenuUp",
default="MenuLeft"
},
NextMenu = {
pump="MenuDown",
default="MenuRight"
},
PrevItem = {
pump="MenuLeft",
default="MenuUp"