Basic version changing (OneSix only for now)
This commit is contained in:
parent
346087efbb
commit
a58912eaf7
6 changed files with 15 additions and 3 deletions
|
@ -11,6 +11,10 @@ QString NostalgiaInstance::getStatusbarDescription()
|
|||
return "Nostalgia : " + intendedVersionId();
|
||||
}
|
||||
|
||||
bool NostalgiaInstance::menuActionEnabled(QString action_name) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
ADD MORE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue