Skip to content

Commit

Permalink
Merge pull request #643 from comp500/develop
Browse files Browse the repository at this point in the history
Add Nintendo mobile devices.
  • Loading branch information
Phil Sturgeon committed Nov 2, 2011
2 parents 0087bb0 + b8a4765 commit 2a934c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/config/user_agents.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@
'spv' => "SPV",
'zte' => "ZTE",
'sendo' => "Sendo",

'dsi' => "Nintendo DSi",
'ds' => "Nintendo DS",
'wii' => "Nintendo Wii",
'3ds' => "Nintendo 3DS",
// Operating Systems
'android' => "Android",
'symbian' => "Symbian",
Expand Down

0 comments on commit 2a934c7

Please sign in to comment.