neutrinoyparser: add Link and Trinity Duo

Origin commit data
------------------
Commit: feae5aef97
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-04-19 (Tue, 19 Apr 2016)

Origin message was:
------------------
- neutrinoyparser: add Link and Trinity Duo
This commit is contained in:
vanhofen
2016-04-19 13:09:45 +02:00
parent a2587c0d8c
commit 5942128c5b

View File

@@ -855,6 +855,12 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
case 12:
boxname += "Zee2";
break;
case 13:
boxname += "Link";
break;
case 14:
boxname += "Trinity Duo";
break;
default:
char buffer[10];
@@ -889,6 +895,8 @@ std::string CNeutrinoYParser::func_get_boxmodel(CyhookHandler *, std::string)
boxmodel = "Shiner";
break;
case 12:
case 13:
case 14:
boxmodel = "Kronos";
break;
default: