Added singular mode override for inputs

This commit is contained in:
Ramoe 2018-04-04 14:03:49 +02:00 committed by Thulinma
parent b839a9f618
commit 33488da329
7 changed files with 56 additions and 35 deletions

View file

@ -16,6 +16,7 @@
namespace Mist{
JSON::Value Output::capa = JSON::Value();
Util::Config * Output::config = NULL;
int getDTSCLen(char * mapped, long long int offset){
return Bit::btohl(mapped + offset + 4);