Basic version changing (OneSix only for now)

This commit is contained in:
Petr Mrázek 2013-10-07 23:09:50 +02:00
parent 346087efbb
commit a58912eaf7
6 changed files with 15 additions and 3 deletions

View file

@ -11,6 +11,10 @@ QString NostalgiaInstance::getStatusbarDescription()
return "Nostalgia : " + intendedVersionId();
}
bool NostalgiaInstance::menuActionEnabled(QString action_name) const
{
return false;
}
/*
ADD MORE