Skip to content

Commit

Permalink
Update Nintendo 3DS.json
Browse files Browse the repository at this point in the history
Fix `cii|CII` in presets, should be `cci|CCI`
  • Loading branch information
kencinder authored Apr 4, 2022
1 parent 64da886 commit 71c11eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/presets/Nintendo 3DS.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF)"
"glob": "${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cci|.CCI|.cxi|.CXI|.elf|.ELF)"
},
"titleFromVariable": {
"limitToGroups": "",
Expand Down Expand Up @@ -86,7 +86,7 @@
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF)"
"glob": "${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cci|.CCI|.cxi|.CXI|.elf|.ELF)"
},
"titleFromVariable": {
"limitToGroups": "",
Expand Down Expand Up @@ -140,7 +140,7 @@
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.7z|.7Z|.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF)"
"glob": "${title}@(.7z|.7Z|.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cci|.CCI|.cxi|.CXI|.elf|.ELF)"
},
"titleFromVariable": {
"limitToGroups": "",
Expand Down Expand Up @@ -194,7 +194,7 @@
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.7z|.7Z|.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF)"
"glob": "${title}@(.7z|.7Z|.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cci|.CCI|.cxi|.CXI|.elf|.ELF)"
},
"titleFromVariable": {
"limitToGroups": "",
Expand Down

0 comments on commit 71c11eb

Please sign in to comment.